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

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

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-9715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15785021#comment-15785021 ] 

ASF GitHub Bot commented on CLOUDSTACK-9715:
--------------------------------------------

GitHub user jayapalu opened a pull request:

    https://github.com/apache/cloudstack/pull/1876

    CLOUDSTACK-9715: Update somaxconn value to default value

    Updated the somaxconn value to detault value 65535

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Accelerite/cloudstack somaxconn

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1876.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1876
    
----
commit 94777f53330e6d7244334294df9dc575fd2678dc
Author: Jayapal <ja...@accelerite.com>
Date:   2016-12-29T10:09:53Z

    CLOUDSTACK-9715: Update somaxconn value to default value

----


> "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)