Last active
April 16, 2020 13:23
-
-
Save blokhin/9a55e4fc24ab37dbe0bd5d332b631c05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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