CLOUDSTACK-9715: Update somaxconn value to default value

(cherry picked from commit 45c3d94d83)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Jayapal 2016-12-29 15:39:53 +05:30 committed by Rohit Yadav
parent 1d25582ed6
commit 5eb63975f7
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ net.ipv4.tcp_timestamps = 0
net.ipv4.netfilter.ip_conntrack_max = 1000000
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_max_tw_buckets = 1000000
net.core.somaxconn = 1000000
net.core.somaxconn = 65535
net.nf_conntrack_max = 1000000
net.netfilter.nf_conntrack_max = 1000000