mirror of https://github.com/apache/cassandra
Increase nodetool Xmx
patch by Nikolai Grigoriev; reviewed by jbellis for CASSANDRA-7956
This commit is contained in:
parent
7bff18357e
commit
eed50a92e4
|
|
@ -1,4 +1,5 @@
|
|||
2.0.12:
|
||||
* Increase nodetool Xmx (CASSANDRA-7956)
|
||||
* Archive any commitlog segments present at startup (CASSANDRA-6904)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ case "`uname`" in
|
|||
esac
|
||||
|
||||
"$JAVA" $JAVA_AGENT -cp "$CLASSPATH" \
|
||||
-Xmx32m \
|
||||
-Xmx128m \
|
||||
-Dlog4j.configuration=log4j-tools.properties \
|
||||
-Dstorage-config="$CASSANDRA_CONF" \
|
||||
org.apache.cassandra.tools.NodeCmd -p $JMX_PORT $ARGS
|
||||
|
|
|
|||
Loading…
Reference in New Issue