how to increase nodejs default memory?

node --max-old-space-size=8192 some-script.js 
  • Where SomeScript is the file name that you want to execute using
    node.

Leave a Comment