Skip to content

Commit

Permalink
Fixing stackoverflow in typechecker while building tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karma4u101 committed Jul 25, 2017
1 parent a1bcf45 commit 33c979b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liftsh
Original file line number Diff line number Diff line change
Expand Up @@ -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 -Xss256m -Xmx2048m -noverify -XX:ReservedCodeCacheSize=296m -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:MaxPermSize=812m"

# Add 64bit specific option
exec java -version 2>&1 | grep -q "64-Bit" && INTERNAL_OPTS="${INTERNAL_OPTS} -XX:+UseCompressedOops -XX:ReservedCodeCacheSize=328m"
Expand Down

0 comments on commit 33c979b

Please sign in to comment.