You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Rolf Larsen (JIRA)" <ji...@apache.org> on 2016/11/09 11:27:58 UTC

[jira] [Created] (CASSANDRA-12887) /etc/security/limits.d/cassandra.conf nofile overridden by initscript

Rolf Larsen created CASSANDRA-12887:
---------------------------------------

             Summary: /etc/security/limits.d/cassandra.conf nofile overridden by initscript
                 Key: CASSANDRA-12887
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12887
             Project: Cassandra
          Issue Type: Bug
          Components: Packaging
         Environment: Ubuntu 14.04
            Reporter: Rolf Larsen
             Fix For: 3.0.x


After trying to adjust max open files for cassandra in /etc/security/limits.d/cassandra.conf and not understanding why my changes didnt work i found this in the initscript:

{code}
FD_LIMIT=100000
ulimit -n "$FD_LIMIT"
{code}

As per documentation of "Recommended production settings" it says that one should modify /etc/security/limits.d/cassandra.conf but these settings are overriden by initscript.



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