-
Notifications
You must be signed in to change notification settings - Fork 12k
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
High memory usage on serve #8254
Comments
Duplicate of #5613 |
With 1.5 and Angular 5 a new compiler is used so this may not be a dupe. @fknop Can you try with the latest RC of 1.5? |
@clydin Is rc6 not already the latest rc ? Edit: ok nevermind, I just saw rc-8 was out, I was looking at the releases on GitHub and there was no changelog. I'll will try later then! |
@clydin High memory usage is still there but it seems to grow much slower. |
I'm going to do another RC today for that PR and the sourcemaps ones. |
I'm facing the same issue, annoying... latest angular & latest cli |
Also have this problem and have problem when |
I noticed that it eats a lot of memory even in the release build. Can anyone else reproduce that also? |
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. |
Bug Report or Feature Request (mark with an
x
)I noticed a high memory usage using the last version of CLI when running
ng serve
. It starts with a normal amount of memory allocated. And then for every change made to the project files, it seems that the previous memory allocated for the build is not freed and the memory keeps growing until I have to stop the process and start again.Versions.
Repro steps.
I would need to try on a new generated project if it does the same thing.
The log given by the failure.
Here is 2.6G of RAM allocated for the
serve
process.And 5 minutes after
Desired functionality.
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered: