mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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. PR-URL: https://github.com/nodejs/node/pull/37769 Reviewed-By: Michael Dawson <midawson@redhat.com>
1.1 KiB
1.1 KiB