mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
[skip-ci] adjust space size to 14336 megabyte
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node --max-http-header-size=80000 index.js",
|
||||
"start": "node --max-old-space-size=14336 --max-http-header-size=80000 index.js",
|
||||
"dev": "node --inspect=0.0.0.0 --max-http-header-size=80000 index.js",
|
||||
"audit": "npm audit --audit-level=low",
|
||||
"dep-check": "depcheck ./ --skip-missing=true"
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
"winston-slack-webhook-transport": "^2.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node --max-old-space-size=4096 server.js",
|
||||
"start": "node --max-old-space-size=14336 server.js",
|
||||
"dev": "cross-env NODE_ENV=development nodemon --inspect=0.0.0.0 server.js --ignore greenlock.d/* -- --staging",
|
||||
"test": "cross-env NODE_ENV=development nyc --reporter=lcov --reporter=text mocha --exit test/index.js",
|
||||
"enterprise-test": "cross-env NODE_ENV=development nyc --reporter=lcov --reporter=text mocha --exit test/enterprise.js",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "A Container Security Scanner",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node --max-http-header-size=80000 index.js",
|
||||
"start": "node --max-old-space-size=14336 --max-http-header-size=80000 index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "node --inspect=0.0.0.0 --max-http-header-size=80000 index.js",
|
||||
"audit": "npm audit --audit-level=low",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "Lighthouse Runner for Url Monitor",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node --max-http-header-size=80000 index.js",
|
||||
"start": "node --max-old-space-size=14336 --max-http-header-size=80000 index.js",
|
||||
"dev": "nodemon --inspect=0.0.0.0 --max-http-header-size=80000 index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"audit": "npm audit --audit-level=low",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "A project to handle all realtime processing for OneUptime",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node --max-old-space-size=4096 index.js",
|
||||
"start": "node --max-old-space-size=14336 index.js",
|
||||
"dev": "cross-env NODE_ENV=development nodemon --inspect=0.0.0.0 index.js",
|
||||
"audit": "npm audit --audit-level=low",
|
||||
"dep-check": "depcheck ./ --skip-missing=true"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "automation script runner",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"start": "node --max-old-space-size=14336 index.js",
|
||||
"dev": "nodemon --inspect=0.0.0.0 index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"audit": "npm audit --audit-level=low"
|
||||
|
||||
Reference in New Issue
Block a user