I'm running RHEL 4 with latest kernel 2.6.9-42.0.10.ELsmp and recently I noticed one of my servers started to show this error:
[root@srv ~]# cat /proc/net/ip_conntrack | wc -l
cat: /proc/net/ip_conntrack: No space left on device
25780
[root@srv ~]# cat /proc/net/ip_conntrack | wc -l
69035
As can be seen randomly the cat shows the error "No space left on device" and I think this has performance influence on servers network connection.
I have /proc/sys/net/ipv4/ip_conntrack_max set to 102400
Anyone knows how to get rid of the problem permanently? Restarting the server fixes it - have not measured for how long though.
Thank you.
