[
https://issues.apache.org/jira/browse/CLOUDSTACK-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15785389#comment-15785389
]
ASF GitHub Bot commented on CLOUDSTACK-9715:
--------------------------------------------
Github user serg38 commented on the issue:
https://github.com/apache/cloudstack/pull/1876
LGTM
> "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)