• Stefan Dösinger's avatar
    ntdll: Try to raise the file limit above OPEN_MAX on MacOS. · de7604b6
    Stefan Dösinger authored
    OPEN_MAX is 10240, which is usually lower than the kern.maxfilesperproc sysctl
    value. Said value from sysctl works on Mojave to Monterey (and most likely
    earlier Mac OS versions, but I can't test). Since Big Sur we can successfully
    set the reported rlim_max value.
    de7604b6
loader.c 77.2 KB