mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 14:40:38 +01:00
Increase NodeJS max heap to 4GB RAM for backend instance
This commit is contained in:
parent
77cbb302ce
commit
344413568d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
"main": "index.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "npm run build && node dist/index.js",
|
||||
"start": "npm run build && node --max-old-space-size=4096 dist/index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue