Skip to content

Running Moro with More Memory

Sebastian Riedel edited this page Apr 20, 2015 · 1 revision

Before running sbt run execute the unix command below to set memory requirements (and other JVM parameters):

 export SBT_OPTS="-Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=2G -Xss2M"
Clone this wiki locally