-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Networking & Observability
-
N&O 2025-03-17, N&O 2025-03-31, N&O 2025-04-14, N&O 2025-04-28
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Right now, we set the listenBacklog based on the platform-specific value of the compile-time constant SOMAXCONNS.
SOMAXCONNS is a value determined by the build machine, which is not what we want to use at runtime in the database.
Instead, we should use the corresponding system parameters determined at runtime, such as net.core.somaxconn kernel parameter on Linux.
- is related to
-
SERVER-31251 Increase backlog specified in listen()
-
- Closed
-
-
SERVER-101929 Audit platform-specific parameters in mongod
-
- Closed
-