Monday 23 November 2015

Node.js 1.7 gb limit

Hi,I'm not sure whether I understand it correct or not, decided to ask here.It saysCurrently, by default v8 has a memory limit of 512MB on 32-bit systems, and 1.4GB on 64-bit systems. The limit can be raised by setting --max_old_space_size to a maximum of ~1024 (~1 GB) (32-bit) and ~4096 (~4GB) (64-bit), but it is recommended that you split your single process into several workers if you are hitting memory limits.here http://ift.tt/1Oda0QL'm going to run my node app on a server and it has 16 gb ram. I'll install pm2 (http://ift.tt/ZYh2lk) to utilize all CPU's.Do I need to do something additional?

Submitted November 24, 2015 at 05:01AM by laraveling

No comments:

Post a Comment