Per this helpful post, I removed my ~/.sbtconfig
, and added .sbtopts
:
$cd myProject
$cat .sbtopts
-J-Xmx4G
-J-XX:+CMSClassUnloadingEnabled
-J-XX:MaxPermSize=4G
Then I ran sbt
. How can I, via the sbt
console, verify those options set in .sbtopts
?