dst cache overflow
2007年10月26日
阅读评论 396 views
我希望有更多的问题等待我来解决,这样才可以增加经验值,呵呵。
今天服务器流量突然增加到40M,平时都不到10M的,系统狂报:
Oct 26 21:12:07 kernel: dst cache overflow
Oct 26 21:12:12 kernel: dst cache overflow
狗狗了一把。
做法是把/proc/sys/net/ipv4/route/max_size增大,通过这个可以看到dst cache的大小。
cat /proc/slabinfo |grep ip_dst_ca ,注意观察是不是一直在增加的。
[root@X log]# cat /proc/slabinfo |grep ip_dst_ca
ip_dst_cache 341955 341955 256 15 1 : tunables 120 60 8 : slabdata 22797 22797 0
另外有一说是老内核的bug
Linux 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT 2007 i686 i686 i386 GNU/Linux
cat /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 5)
包子猜您可能还喜欢下列文章:
分类: 未分类
最近评论