node icon indicating copy to clipboard operation
node copied to clipboard

test: reduce memory usage of test-worker-stdio

Open AdamMajer opened this issue 3 years ago • 3 comments

On systems with limited memory and that are compiled with debugging information, this particular test is causing OOM condition especially as it is run in parallel. Even when run with a stripped binary as an input, the test consumes upward of 250M RSS. By limiting the input stream to the 1M, the stream is still buffering but memory consumption is similar to other parallel tests.

AdamMajer avatar Mar 16 '21 16:03 AdamMajer

I've added separators for readability, as suggested. Also pushed again since this Github feature seems to add more useless intermediate commits. I don't know if this would get squash merged or just merged in the end.

AdamMajer avatar Mar 16 '21 19:03 AdamMajer

CI: https://ci.nodejs.org/job/node-test-pull-request/43896/

nodejs-github-bot avatar May 05 '22 20:05 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/58968/

nodejs-github-bot avatar May 05 '24 21:05 nodejs-github-bot

Landed in 001da4d0886c50de53c1f0597c2635b38155210c

aduh95 avatar May 10 '24 17:05 aduh95