[
https://issues.apache.org/jira/browse/CASSANDRA-13557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16044679#comment-16044679
]
ASF GitHub Bot commented on CASSANDRA-13557:
--------------------------------------------
GitHub user Jollyplum opened a pull request:
https://github.com/apache/cassandra/pull/120
Allow users to pass NUMACTL_ARGS into bin/cassandra
Patch by Matt Byrd; reviewed by for CASSANDRA-13557
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Jollyplum/cassandra 13557
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cassandra/pull/120.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 #120
----
commit 2720e84853c7b92f2f4f62d9880b983266c337ea
Author: Matt Byrd <[email protected]>
Date: 2017-05-27T00:20:32Z
Allow users to pass NUMACTL_ARGS into bin/cassandra
Patch by Matt Byrd; reviewed by for CASSANDRA-13557
----
> allow different NUMACTL_ARGS to be passed in
> --------------------------------------------
>
> Key: CASSANDRA-13557
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13557
> Project: Cassandra
> Issue Type: Improvement
> Components: Configuration
> Reporter: Matt Byrd
> Assignee: Matt Byrd
> Priority: Minor
> Fix For: 4.x
>
>
> Currently in bin/cassandra the following is hardcoded:
> NUMACTL_ARGS="--interleave=all"
> Ideally users of cassandra/bin could pass in a different set of NUMACTL_ARGS
> if they wanted to say bind the process to a socket for cpu/memory reasons,
> rather than having to comment out/modify this line in the deployed
> cassandra/bin. e.g as described in:
> https://tobert.github.io/pages/als-cassandra-21-tuning-guide.html
> This could be done by just having the default be set to "--interleave=all"
> but pickup any value which has already been set for the variable NUMACTL_ARGS.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]