Sunday, January 25, 2009

To increase the ip_conntrack

We can check the current ip_conntrack usage by this command:
root@server1301 [/etc]# cat /proc/net/ip_conntrack | wc -l

34427

To increase the ip_conntrack, below is the command:
echo "81920" > /proc/sys/net/ipv4/ip_conntrack_max

0 comments: