diff --git a/liftsh b/liftsh index 6bcb425bd3..527ed86a1a 100755 --- a/liftsh +++ b/liftsh @@ -21,7 +21,7 @@ if test -f ~/.liftsh.config; then fi # Internal options, always specified -INTERNAL_OPTS="-Dfile.encoding=UTF-8 -Xmx1768m -noverify -XX:ReservedCodeCacheSize=296m -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:MaxPermSize=812m" +INTERNAL_OPTS="-Dfile.encoding=UTF-8 -Xmx3768m -noverify -XX:ReservedCodeCacheSize=296m -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC" # Add 64bit specific option exec java -version 2>&1 | grep -q "64-Bit" && INTERNAL_OPTS="${INTERNAL_OPTS} -XX:+UseCompressedOops -XX:ReservedCodeCacheSize=328m"