actions icon indicating copy to clipboard operation
actions copied to clipboard

set max_old_space_size needs a default value

Open phillipperalez opened this issue 6 years ago • 2 comments

set max_old_space_size option on node startup to make sure that node is not running on some magic default memory size

phillipperalez avatar Jun 25 '18 17:06 phillipperalez

@phillipperalez We chatted about this, reassigning

aabrahamian avatar Jun 25 '18 18:06 aabrahamian

In order for us to test it out on heroku we had to use the following:

"start": "node --max_old_space_size=2560 ./node_modules/.bin/ts-node --async-stack-traces -- ./src/boot.ts",

luskin avatar Jun 27 '20 15:06 luskin