Webpack Dev Server memory grows in size and crashs sooner or later. #15847
SebastianStehle
started this conversation in
General
Replies: 1 comment 15 replies
-
Hello, can your upload files here? |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have an issue with webpack dev server (4.7.4) and webpack (5.69.1).
It works fine but the memory usage grows with each change for about 100 MB and then eventually crashs when 6GB are reached. This is the maximum I have configured.
I have made a memory dump with Chrome and I see a lot of cashed files, but I don't know if this is normal or not.
Sometimes it is even the same file:

Any ideas how to debug this further?
Beta Was this translation helpful? Give feedback.
All reactions