Skip to content

Instantly share code, notes, and snippets.

@punkdata
Last active January 30, 2016 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save punkdata/08c6bff1d292811b731a to your computer and use it in GitHub Desktop.
Save punkdata/08c6bff1d292811b731a to your computer and use it in GitHub Desktop.
Add this file to the root of your sbt projects Solves the java.lang.OutOfMemoryError: PermGen error
-J-Xmx4G
-J-XX:MaxMetaspaceSize=1G
-J-XX:MaxPermSize=1G
-J-XX:+CMSClassUnloadingEnabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment