mirror of https://github.com/apache/cassandra
more reasonable max heap for cassandra-cli
Patch by eevans for CASSANDRA-1446 git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@991062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
798a47d4ed
commit
cbb634bdd5
|
|
@ -43,7 +43,7 @@ if [ -z $CLASSPATH ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
$JAVA -ea -cp $CLASSPATH \
|
||||
$JAVA -ea -cp $CLASSPATH -Xmx256M \
|
||||
-Dlog4j.configuration=log4j-tools.properties \
|
||||
org.apache.cassandra.cli.CliMain "$@"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue