How to prevent java.lang.OutOfMemoryError: PermGen space at Scala compilation?

I use HomeBrew to install sbt on OS X. It supports a SBT_OPTS argument which can be put in ~/.sbtconfig file with export SBT_OPTS=-XX:MaxPermSize=256M.

Leave a Comment