Hide Forgot
project_key: SOA In 4.3 CP05, ER5 - the production profile: {code} run.conf: -Xms128m -Xmx728m run.conf.bat: -Xms1503m -Xmx1503m {code}
4.3 CP04 production run.conf JAVA_OPTS="-Xms128m -Xmx728m -XX:PermSize=256m -XX:MaxPermSize=512m -Djava.awt.headless=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true" 4.3 CP04 production run.conf.bat (no such file) 4.3 CP05 CR2 production run.conf JAVA_OPTS="-Xms128m -Xmx728m -XX:PermSize=256m -XX:MaxPermSize=512m -Djava.awt.headless=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true" 4.3 CP05 CR2 production run.conf.bat set "JAVA_OPTS=-Xms1503m -Xmx1503m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true"
Also there is a difference between bin/run.conf and bin/run.conf.bat As far as I see it is mandatory to set permgen like it is set in the UNIX defaults.