Increase nodetool Xmx

patch by Nikolai Grigoriev; reviewed by jbellis for CASSANDRA-7956
This commit is contained in:
Jonathan Ellis 2014-10-01 12:34:52 -05:00
parent 7bff18357e
commit eed50a92e4
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
2.0.12:
* Increase nodetool Xmx (CASSANDRA-7956)
* Archive any commitlog segments present at startup (CASSANDRA-6904)

View File

@ -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