netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* High number of concurrent connections causes 2.6.4 to go berserk
@ 2004-04-02  0:57 Christopher Chan
  2004-04-02  3:28 ` Nivedita Singhvi
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Chan @ 2004-04-02  0:57 UTC (permalink / raw)
  To: netdev; +Cc: Yusuf Goolamabbas

KERNEL: assertion (flags & MSG_PEEK) failed a[t net/ipv4/tcp.c (1571)
KERNEL: assertion (tp->copied_seq == tp->rcv_nxt || (flags & (MSG_PEEK | 
MSG_TRUNC))) failed at net/ipv4/tcp.c (1635)

These are repeated in the logs during kernel berserk period

postfix is running on this box.

It is set to spawn max 750 smtpd processes to handle incoming smtp sessions.

When tcp_max_syn_backlog is set to 4096 and
route.max_size = 131072
route.gc_thresh = 65536

the box goes berserk almost immediately after bootup due to a bounce 
flood hitting the box.

The below values seem to workaround whatever problem the kernel has.

tcp_max_syn_backlog = 2048
route.max_size = 1048576
route.gc_thresh = 65536

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

end of thread, other threads:[~2004-04-02 16:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-02  0:57 High number of concurrent connections causes 2.6.4 to go berserk Christopher Chan
2004-04-02  3:28 ` Nivedita Singhvi
2004-04-02  4:00   ` Christopher Chan
2004-04-02 16:37   ` Christopher Chan

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).