actions
actions copied to clipboard
set max_old_space_size needs a default value
set max_old_space_size
option on node startup to make sure that node is not running on some magic default memory size
@phillipperalez We chatted about this, reassigning
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",