I am trying to limit a node.js application from using to much memory and I’ve found out about the --max-stack-size & --max_executable_size options that are available within V8 to pass when invoking the file, but how should I combine these and possible other arguments to limit max memory usage to 1GB?
I am trying to limit a node.js application from using to much memory and
Share
https://github.com/joyent/node/wiki/FAQ
Value is in megabytes, I believe.