[
https://issues.apache.org/jira/browse/CLOUDSTACK-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15863548#comment-15863548
]
ASF subversion and git services commented on CLOUDSTACK-9715:
-------------------------------------------------------------
Commit dbb2193641cfee18a74082a7697dbcc4e2f20892 in cloudstack's branch
refs/heads/master from [~rajanik]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=dbb2193 ]
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 <[email protected]>
> "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.15#6346)