Increasing the Heap Size for Applicare Server
FeaturedFor Linux/Unix platform
Open {Applicare_Home}/server/bin/catalina.sh.
Look for the following JAVA_OPTS:
# ----- Execute The Requested Command -----------------------------------------
. $CATALINA_HOME/../scripts/setAdminEnv.sh
export JAVA_OPTS="$JAVA_OPTS -Xmx2056m -Dserver.name=ApplicareAdmin
-Dapplicare.admin=true"
Set the -Xmx to 2056m or the desired heap size. We also suggest setting Perm Gen space appropriately with following:
-XX:PermSize=512m -XX:MaxPermSize=512m
For Windows platform similar chages to -Xmx should be done in catalina.cmd file.
Please sign in to leave a comment.
Comments
0 comments