Skip to content

Instantly share code, notes, and snippets.

@venkateshwarv
Created August 9, 2017 08:07
Show Gist options
  • Save venkateshwarv/c438aafbdcc41cb81766ac7deb2c5919 to your computer and use it in GitHub Desktop.
Save venkateshwarv/c438aafbdcc41cb81766ac7deb2c5919 to your computer and use it in GitHub Desktop.
Expand max-memory
@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