You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ariel Weisberg (JIRA)" <ji...@apache.org> on 2017/06/29 20:16:00 UTC

[jira] [Comment Edited] (CASSANDRA-13557) allow different NUMACTL_ARGS to be passed in

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

Ariel Weisberg edited comment on CASSANDRA-13557 at 6/29/17 8:15 PM:
---------------------------------------------------------------------

Committed as [20d5ce8b9b587be2f0b7bc5765254e8dc6e0bd3b|https://github.com/apache/cassandra/commit/20d5ce8b9b587be2f0b7bc5765254e8dc6e0bd3b]


was (Author: aweisberg):
Commited as [20d5ce8b9b587be2f0b7bc5765254e8dc6e0bd3b|https://github.com/apache/cassandra/commit/20d5ce8b9b587be2f0b7bc5765254e8dc6e0bd3b]

> 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.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org