cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

JVM options for Sap Commerce 1905

uldis
Explorer
0 Likes
1,999

Hi, could someone post some recommendations for Sap Commerce 1905, as the info from help.sap.com is outdated and is only valid for java 8 and 1905 is using java 11

Current settings for jvm

tomcat.generaloptions=  -server -Xss256K -Xmx${java.mem} -Xms${java.mem} \
                        -Dcom.sun.management.jmxremote \
                        -Dcom.sun.management.jmxremote.authenticate=false \
                        -Dcom.sun.management.jmxremote.ssl=false \
                        -Dorg.tanukisoftware.wrapper.WrapperManager.mbean=true \
                        -XX:CMSInitiatingOccupancyFraction=80 \
                        -XX:+PrintGCDetails -Xloggc:"${HYBRIS_LOG_DIR}/tomcat/java_gc.log" \
                        -Dcatalina.base=%CATALINA_BASE% \
                        -Dcatalina.home=%CATALINA_HOME% \
                        -Dfile.encoding=UTF-8 \
                        -Dlog4j.configuration=log4j_init_tomcat.properties \
                        -Djava.util.logging.config.file=jdk_logging.properties \
                        -Djava.io.tmpdir="${HYBRIS_TEMP_DIR}" \
                        -Dsun.rmi.dgc.client.gcInterval=3600000 \
                        -Dsun.rmi.dgc.server.gcInterval=3600000
View Entire Topic
crescenzorega
Active Participant

Hi,

should these configurations be replaced by those present in the platform\project.properties?

uldis
Explorer
0 Likes

crescenzorega yes they already are these are configs we are right now are using from config/local.config