webpack-dev-server icon indicating copy to clipboard operation
webpack-dev-server copied to clipboard

Potential memory leak in windows CI

Open snitin315 opened this issue 3 years ago • 3 comments

Bug report

Recently, CI is flaky for windows and failing with the following error -

Screenshot 2022-02-04 at 7 59 41 AM

Actual Behavior

CI Error: Process completed with exit code 1.

Expected Behavior

CI should not fail with this error.

How Do We Reproduce?

https://github.com/webpack/webpack-dev-server/runs/5060845474?check_suite_focus=true

Please paste the results of npx webpack-cli info here, and mention other relevant information

CI environment

snitin315 avatar Feb 04 '22 02:02 snitin315

@snitin315 Let's try to increase memory usage for tests

alexander-akait avatar Feb 04 '22 11:02 alexander-akait

@alexander-akait How can we do that with jest?

snitin315 avatar Feb 11 '22 11:02 snitin315

Just increase node memory limit

alexander-akait avatar Feb 11 '22 11:02 alexander-akait

Let's close, I think we solved it (or packages in our deps solved it :smile: )

alexander-akait avatar Mar 18 '23 18:03 alexander-akait