Currently, a startup warning is only triggered if the nofile limit is less than 1000. However, the production notes recommend a value of 64000.
Shouldn't the warning be triggered for a higher threshold, say 32000 to catch poorly optimized systems? There's probably many even at 1024 which get no warning.
- depends on
-
SERVER-4407 Log warnings on startup if (hard) rlimits are no good
- Closed