Last active
January 30, 2016 03:55
-
-
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
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
-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