Skip to content

Instantly share code, notes, and snippets.

@jagomf
Created June 3, 2020 12:19
Show Gist options
  • Save jagomf/010858630cfbef5505da3315ff288c0c to your computer and use it in GitHub Desktop.
Save jagomf/010858630cfbef5505da3315ff288c0c to your computer and use it in GitHub Desktop.
Run Angular build with extra memory
node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng build --aot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment