-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Service Arch
-
Fully Compatible
-
ALL
-
Programmability 2024-06-10
-
4
The value of max incoming connections is calculated based on a formula of .8 * the open file limit. However, each open connection consumes 2 file descriptors. So max incoming connections should be 80% (or some other percentage) of half the open file limit.
- related to
-
SERVER-51233 Warn on startup if vm.max_map_count < 2 * max connections
- Closed