webpack-dev-server
webpack-dev-server copied to clipboard
Potential memory leak in windows CI
Bug report
Recently, CI is flaky for windows and failing with the following error -
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 Let's try to increase memory usage for tests
@alexander-akait How can we do that with jest?
Just increase node memory limit
Let's close, I think we solved it (or packages in our deps solved it :smile: )