Created
August 9, 2017 08:07
-
-
Save venkateshwarv/c438aafbdcc41cb81766ac7deb2c5919 to your computer and use it in GitHub Desktop.
Expand max-memory
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
@if EXIST “%~dp0\node.exe” ( | |
“%~dp0\node.exe” — max_old_space_size=4096 “%~dp0\node_modules@angular\cli\bin\ng” %* | |
) ELSE ( | |
@SETLOCAL | |
@set PATHEXT=%PATHEXT:;.JS;=;% | |
node — max_old_space_size=4096 “%~dp0\node_modules@angular\cli\bin\ng” %* | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment