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

[runtime/6.0] [mono] Raise soft RLIMIT_NOFILE on Linux #83079

Closed

Commits on Mar 7, 2023

  1. [runtime/6.0] [mono] Raise soft RLIMIT_NOFILE on Linux

    Manual backport of dotnet#82429.
    
    Replace darwin_change_default_file_handles by a new routine
    increase_descriptor_limit, which mirrors the logic in the CoreCLR
    INIT_IncreaseDescriptorLimit routine.
    
    Fixes dotnet#82428.
    uweigand committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    ec0272f View commit details
    Browse the repository at this point in the history