[skip-ci] adjust space size to 14336 megabyte

This commit is contained in:
deityhub
2021-12-17 15:45:25 +01:00
parent 90508c6282
commit ec77331ddb
6 changed files with 6 additions and 6 deletions

View File

@@ -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"

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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"

View File

@@ -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"