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:
Eric Evans 2010-08-31 02:47:53 +00:00
parent 798a47d4ed
commit cbb634bdd5
1 changed files with 1 additions and 1 deletions

View File

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