We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Before running sbt run execute the unix command below to set memory requirements (and other JVM parameters):
sbt run
export SBT_OPTS="-Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=2G -Xss2M"