> Hi there,
>
> on a very busy OpenVZ Server i have a lot of:
>
> Feb 12 15:25:51 server12 kernel: TCP: time wait bucket table overflow
>
> entries in my syslog file.
>
> Any ideas?
>
> Kernel is 2.6.18-028test015.1+31-ovz-smp
>
thx. I canīt find any value for /proc/sys/net/ipv4/
tcp_max_tw_buckets_ve and changing /proc/sys/net/ipv4/
tcp_max_tw_kmem_fraction to 256 did not solve this problem.
kir Messages: 1430 Registered: August 2005 Location: Moscow, Russia
Senior Member
From: openvz.org
Thomas Kramer wrote:
> Hi Kirill,
>
>> can you check this one please:
>> http://bugzilla.openvz.org/show_bug.cgi?id=460
>
> thx. I canÂīt find any value for
> /proc/sys/net/ipv4/tcp_max_tw_buckets_ve and changing
> /proc/sys/net/ipv4/tcp_max_tw_kmem_fraction to 256 did not solve this
> problem.
Most probably the right name is
/proc/sys/net/ipv4/tcp_max_tw_buckets_ub. It is per-VE timewait bucket
limit, apparently it's set too low (1024). Please increase it several
times (8x or 16x) and report your results to the above bug.