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

[mono] Raise soft RLIMIT_NOFILE on Linux #82429

Merged
merged 2 commits into from
Mar 1, 2023
Merged

[mono] Raise soft RLIMIT_NOFILE on Linux #82429

merged 2 commits into from
Mar 1, 2023

Commits on Feb 23, 2023

  1. [mono] Raise soft RLIMIT_NOFILE on Linux

    Replace darwin_change_default_file_handles by a new routine
    increase_descriptor_limit, which mirrors the logic in the
    CoreCLR INIT_IncreaseDescriptorLimit routine.
    
    Addresses #82428.
    uweigand committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    c23dd54 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Update src/mono/mono/mini/driver.c

    Co-authored-by: Alexander Köplinger <[email protected]>
    uweigand and akoeplinger committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    0c355fc View commit details
    Browse the repository at this point in the history