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

[WIP] Batching: Fixes finding maximum bash arguments #564

Closed
wants to merge 1 commit into from

Commits on Jun 4, 2021

  1. Batching: Fixes finding maximum bash arguments

    It turns out what the system reports for maximum arguments may not be
    the real amount of arguments that are usable in a shell. Different
    kernels calculate it differently, but the gist is that the only reliable
    way to know is to test for it. This patch does an initial search based
    on the given max args in the kernel to find the actual usable amount.
    
    The search is only done one time during initialization, so it shouldn't
    impact performance.
    
    Signed-off-by: Tim Rozet <trozet@redhat.com>
    trozet committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    d4bf2c3 View commit details
    Browse the repository at this point in the history