You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Jayapal Reddy (JIRA)" <ji...@apache.org> on 2016/12/29 10:07:58 UTC

[jira] [Created] (CLOUDSTACK-9715) "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf

Jayapal Reddy created CLOUDSTACK-9715:
-----------------------------------------

             Summary: "somaxconn" value on VR is not reflecting value from /etc/sysctl.conf
                 Key: CLOUDSTACK-9715
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9715
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Network Devices
    Affects Versions: 4.10.0.0
            Reporter: Jayapal Reddy
            Assignee: Jayapal Reddy
             Fix For: 4.10.0.0


"somaxconn" value on VR is not reflecting value from /etc/sysctl.conf.

We checked the parameter of "somaxconn" in the virtual router. 
# cat /proc/sys/net/net/core/somaxconn 
128 

And we checked the file "sysctl.conf" in virtual router. 
# cat /etc/sysctl.conf | grep somaxconn 
net.core.somaxconn=1000000 

#sysctl -p # output
.....
sysctl: setting key "net.core.somaxconn": Invalid argument
net.core.somaxconn = 1000000
......



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)