-
Notifications
You must be signed in to change notification settings - Fork 12k
JavaScript heap out of memory #3099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For others also seeking help with this, the issue is known to plague the CLI (#1652, #2974) when projects grow beyond what many of us consider small-medium sized codebases. As you mentioned, the fix it to set Node's heap size. This is done with |
This should help #1652 (comment) |
Closing as dupe of #1652 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Versions.
angular-cli: 1.0.0-beta.19
node: 6.6.0
os: win32 x64
Repro steps.
This is big project
The log given by the failure.
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
.
How can I set Heap size in ng
The text was updated successfully, but these errors were encountered: