Friday, 28 April 2017

How to increase the Node stack size past 3 megabytes

As previously discussed, the option to increase the Node.js stack size is --stack-size. Apparently the unit is kilobytes. However, when I try any value higher than 3000, it crashes on loading. That's on Windows. People on Linux are reporting it can't go higher than 8192.

How do you increase the stack size beyond these values?



via rwallace

No comments:

Post a Comment