mirror of https://github.com/apache/cloudstack.git
Merge pull request #1876 from Accelerite/somaxconn
CLOUDSTACK-9715: Update somaxconn value to default valueUpdated the somaxconn value to detault value 65535 * pr/1876: CLOUDSTACK-9715: Update somaxconn value to default value Signed-off-by: Rajani Karuturi <rajani.karuturi@accelerite.com>
This commit is contained in:
commit
dbb2193641
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue