Skip to content

Instantly share code, notes, and snippets.

@ashrithr
Created September 2, 2013 18:33
Show Gist options
  • Save ashrithr/6415876 to your computer and use it in GitHub Desktop.
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
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