You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "Alex Huang (JIRA)" <ji...@apache.org> on 2012/10/09 04:56:02 UTC

[jira] [Created] (CLOUDSTACK-296) Document how to increase file descriptor limits on system with lots of resources...

Alex Huang created CLOUDSTACK-296:
-------------------------------------

             Summary: Document how to increase file descriptor limits on system with lots of resources...
                 Key: CLOUDSTACK-296
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-296
             Project: CloudStack
          Issue Type: Bug
          Components: Doc
    Affects Versions: 4.0.0
            Reporter: Alex Huang
            Priority: Minor


If the system has a lot of resources to logon to, the cloud user may run out of file descriptor limits.  If so, add the following to the limits.conf file.
 
# set max file descriptors for cloud user to 4096 
sed -i /"cloud hard nofile"/d /etc/security/limits.conf sed -i /"cloud soft nofile"/d /etc/security/limits.conf echo "cloud hard nofile 4096" >> /etc/security/limits.conf echo "cloud soft nofile 4096" >> /etc/security/limits.conf rm - rf %{_localstatedir}/cache/%{name} 



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (CLOUDSTACK-296) Document how to increase file descriptor limits on system with lots of resources...

Posted by "Alex Huang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLOUDSTACK-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Huang closed CLOUDSTACK-296.
---------------------------------

    Resolution: Duplicate

Same as 295.  Got filed at the same time.
                
> Document how to increase file descriptor limits on system with lots of resources...
> -----------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-296
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-296
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc
>    Affects Versions: 4.0.0
>            Reporter: Alex Huang
>            Priority: Minor
>
> If the system has a lot of resources to logon to, the cloud user may run out of file descriptor limits.  If so, add the following to the limits.conf file.
>  
> # set max file descriptors for cloud user to 4096 
> sed -i /"cloud hard nofile"/d /etc/security/limits.conf sed -i /"cloud soft nofile"/d /etc/security/limits.conf echo "cloud hard nofile 4096" >> /etc/security/limits.conf echo "cloud soft nofile 4096" >> /etc/security/limits.conf rm - rf %{_localstatedir}/cache/%{name} 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira