netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bug in 2.6.10
@ 2005-01-28 19:27 Christian Schmid
  2005-01-28 19:42 ` Stephen Hemminger
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Schmid @ 2005-01-28 19:27 UTC (permalink / raw)
  To: netdev

Hello.

In 2.6.10 there has been a "bug" introduced. You may also call it a feature, but its a crappy 
feature for big servers. It seems the kernel is dynamically adjusting the buffer-space available for 
sockets. Even if send-buffer has been set to 1024 KB, the kernel blocks at less if there are enough 
sockets in use. If you have 10 sockets with 1024 KB each, they do not block at all, using full 1024 
KB. If you have 4000 sockets, they only use 200 KB. So it seems its blocking at 800 MB. This is 
good, if you have a 1/3 system, because else the kernel would run out of low mem. But I have a 2/2 
system and I need them for buffers. So what can I do? Where can I adjust the "pool"?

Best regards,
Christian Schmid - RapidTec

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-01-28 20:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-28 19:27 Bug in 2.6.10 Christian Schmid
2005-01-28 19:42 ` Stephen Hemminger
2005-01-28 19:46   ` David S. Miller
2005-01-28 20:03     ` Christian Schmid
2005-01-28 20:04     ` Ben Greear

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).