Created
August 12, 2020 13:13
-
-
Save MarsiBarsi/54795f4f97504f5767481b9bb1aa9914 to your computer and use it in GitHub Desktop.
How to avoid heap out of memory in nodejs
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
{ | |
"scripts": { | |
"build": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod --configuration=production" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment