Created
September 2, 2013 18:33
-
-
Save ashrithr/6415876 to your computer and use it in GitHub Desktop.
fix sbt startup error (Error during sbt execution: java.lang.OutOfMemoryError: PermGen space) on macosx
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
echo 'SBT_OPTS="-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:PermSize=256M -XX:MaxPermSize=512M"' > ~/.sbtconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment