Last active
December 27, 2015 14:59
-
-
Save eishay/7344161 to your computer and use it in GitHub Desktop.
Options for Play's build script play/framework/build for faster compilation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java ${DEBUG_PARAM} ${JAVA_OPTS} -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError -server \ | |
-XX:ReservedCodeCacheSize=2g -Xmx4g -Xss4M -XX:MaxPermSize=512M -XX:+DoEscapeAnalysis \ | |
-XX:+UseCompressedOops -XX:+CMSClassUnloadingEnabled -XX:+UseCodeCacheFlushing \ | |
-Dplay.version="${PLAY_VERSION}" -Dplay.version="${PLAY_VERSION}" -Dsbt.ivy.home=`dirname $0`/../repository \ | |
-Dplay.home=`dirname $0` -Dsbt.boot.properties=`dirname $0`/sbt/sbt.boot.properties \ | |
-jar `dirname $0`/sbt/sbt-launch.jar "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Params for helping faster compilation of play project, note the UseCodeCacheFlushing, CMSClassUnloadingEnabled & ReservedCodeCacheSize