Skip to content

Instantly share code, notes, and snippets.

@hardlianotion
Last active May 2, 2019 07:57
Show Gist options
  • Save hardlianotion/3a32676292d73cbc9a9e5495fb28d7d3 to your computer and use it in GitHub Desktop.
Save hardlianotion/3a32676292d73cbc9a9e5495fb28d7d3 to your computer and use it in GitHub Desktop.
Increasing heap size to avoid set stack overflow error. This version gives 2GB space and goes in bash_profile.
export SBT_OPTS="-Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=2G -Xss2M"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment