Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: reduce memory usage of test-worker-stdio #37769

Merged
merged 1 commit into from
May 10, 2024

Commits on May 5, 2024

  1. test: reduce memory usage of test-worker-stdio

    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 authored and aduh95 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    b694bbe View commit details
    Browse the repository at this point in the history