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?
↧
Limiting node.js's memory usage
↧