Skip to content

Instantly share code, notes, and snippets.

@blokhin
Last active April 16, 2020 13:23
Show Gist options
  • Select an option

  • Save blokhin/9a55e4fc24ab37dbe0bd5d332b631c05 to your computer and use it in GitHub Desktop.

Select an option

Save blokhin/9a55e4fc24ab37dbe0bd5d332b631c05 to your computer and use it in GitHub Desktop.
node --optimize_for_size --max_old_space_size=920 --gc_interval=100 server.js // 1500 Mb RAM
node --optimize_for_size --max_old_space_size=460 --gc_interval=100 server.js // 512 Mb RAM
// downgrade npm
npm install -g npm@VERSION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment