Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 263 Bytes

readme.md

File metadata and controls

9 lines (8 loc) · 263 Bytes

commands

commands we used:

kill -SIGUSR1 PID #pid of your node process
node-inspector #you can access your process at runtime 

node --expose-gc app.js #can call the gc in your app
node --max-old-space-size=4096 app.js #change the memory limit in MB