CoreCLR and soon Mono (after #82429) call a function that will increase the maximum open file descriptors via a function like this, should NativeAOT do the same?
|
/*++ |
|
Function: |
|
INIT_IncreaseDescriptorLimit [internal] |
|
|
|
Abstract: |
|
Calls setrlimit(2) to increase the maximum number of file descriptors |
|
this process can open. |
/cc @dotnet/ilc-contrib
CoreCLR and soon Mono (after #82429) call a function that will increase the maximum open file descriptors via a function like this, should NativeAOT do the same?
runtime/src/coreclr/pal/src/init/pal.cpp
Lines 1087 to 1093 in 2bdc3cb
/cc @dotnet/ilc-contrib