Re: [PATCH 1/2] socket: increase default maximum listen queue length
From: David Miller <davem@davemloft.net> Date: 2011-03-20 23:08:28
From: Hagen Paul Pfeifer <redacted>
Date: Mon, 21 Mar 2011 00:04:41 +0100
For real server work the defacto sysctl_somaxconn limit seems inadequate:
Experiments with real servers show, that it is absolutely not enough
even at 100conn/sec. 256 cures most of problems.
Absolutely no context is provided for this number.
What's the RTT? How fast are the cpus? etc.
You must tell the whole story in order to justify these changes
properly.