Skip to content

Instantly share code, notes, and snippets.

@ramonpin
Last active November 22, 2018 13:38
Show Gist options
  • Save ramonpin/30b8340c4b6a962de671ce5ff91a5836 to your computer and use it in GitHub Desktop.
Save ramonpin/30b8340c4b6a962de671ce5ff91a5836 to your computer and use it in GitHub Desktop.
-XX:+CMSClassUnloadingEnabled -XX:MaxMetaspaceSize=512M -XX:MetaspaceSize=256M -Xms2G -Xmx2G
@ramonpin
Copy link
Author

ramonpin commented Oct 12, 2018

Increases heap and metaspace memory for instensive project reloading and compiling.

$> export SBT_OPTS=$(curl -sL http://bit.ly/sbtconf)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment