Nodejs Start Your App With Increased Memory Limit 2019-03-13 Nodejs, 笔记 Nodejs Start Your App With Increased Memory Limitstart your Node.js app with increased memory limit to 8 GB.1pm2 start my_app.js --node-args="--max_old_space_size=8192"