Increasing node memory to 4GB
This commit is contained in:
parent
9ec5dc093c
commit
142e5c3f66
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"tsc": "tsc",
|
||||
"dev": "ts-node-dev --respawn ./server.ts",
|
||||
"prod": "tsc && node ./dist/server.js",
|
||||
"prod": "tsc && node --max-old-space-size=4096 ./dist/server.js",
|
||||
"profile": "tsc && node --prof ./dist/server.js",
|
||||
"test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json",
|
||||
"lint": "node_modules/.bin/eslint src/ . --ext .ts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue