Hi,
When I run typesafe console with microkernel I get out of memory error.
I have increased my java memory for the microkernel to 6 GB. Still the out of memory wont go away.
Does anyone know if there are other places where memory can be tweaked to have the typesafe console run with out memory error.
Thanks
Manas
AKKA_HOME="$(cd "$(cd "$(dirname "$0")"; pwd -P)"/..; pwd)"
java \
-Xms6048M -Xmx6048M -Xss1M -XX:MaxPermSize=256M -XX:+UseParallelGC \
-javaagent:"$AKKA_HOME/lib/weaver/aspectjweaver.jar" \
-classpath "$AKKA_HOME/config:$AKKA_HOME/lib/*" \
-Dorg.hyperic.sigar.path="$AKKA_HOME/lib/sigar" \
-Dakka.home="$AKKA_HOME" \
akka.kernel.Main \
"$@"
AKKA_HOME="$(cd "$(cd "$(dirname "$0")"; pwd -P)"/..; pwd)"
java \
-Xms6048M -Xmx6048M -Xss1M -XX:MaxPermSize=256M -XX:+UseParallelGC \
-javaagent:"$AKKA_HOME/lib/weaver/aspectjweaver.jar" \
-classpath "$AKKA_HOME/config:$AKKA_HOME/lib/*" \
-Dorg.hyperic.sigar.path="$AKKA_HOME/lib/sigar" \
-Dakka.home="$AKKA_HOME" \
akka.kernel.Main \
"$@"