The default tcp parameters of OS need to be tuned

Bug #1364294 reported by Sam Su
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Compass
New
Undecided
Sam Su

Bug Description

Some of default tcp parameters of OSs are not good for the scalability of openstack, here is my suggestion:

in the file /etc/sysctl.conf
# The established connection timeout, its' default value is 432000 seconds
net.netfilter.nf_conntrack_tcp_timeout_established=600

net.ipv4.tcp_tw_recycle = 0
net.ipv4.tcp_tw_reuse = 0

# increase the kernel's internal ARP cache size
net.ipv4.neigh.default.gc_thresh1 = 1024
net.ipv4.neigh.default.gc_thresh2 = 4096
net.ipv4.neigh.default.gc_thresh3 = 8192

Sam Su (sam-su)
Changed in compass:
assignee: nobody → Sam Su (sam-su)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.