You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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