Monday 5 June 2017

Permanently change Node call stack size

I want to increase the --stack-size option for nodejs system-wide.

I know I can do this on a per invocation basis like this:

node --stack-size=10000 <app>

But I want to set the stack size system wide to this value for all users and for cron tasks.

I'm on Ubuntu 13.



via Henry

No comments:

Post a Comment