Skip to content

Instantly share code, notes, and snippets.

@parambirs
Created December 29, 2015 22:54
Show Gist options
  • Select an option

  • Save parambirs/edf34e07cc87fad6a6ad to your computer and use it in GitHub Desktop.

Select an option

Save parambirs/edf34e07cc87fad6a6ad to your computer and use it in GitHub Desktop.
SBT config (to reduce memory usage and prevent OutOfMemory errors)
export SBT_OPTS="-XX:+CMSClassUnloadingEnabled -XX:PermSize=512M -XX:MaxPermSize=1024M"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment