Hide Forgot
Affects: Release Notes Date of First Response: 2008-08-26 17:22:24 project_key: SOA The embedded-console requires higher PermSize - here's what is suggested : -Xms256M -Xmx256M -XX:PermSize=256 -XX:MaxPermSize=512 otherwise there are PermGen errors. This either needs to be documented or put into the run scripts.
Affects: Added: [Release Notes]
We could release without this change in the scripts, but with a change in the docs. Leaving against CR1 for now.
for unix the value is set in run.conf and is set to -Xms128m -Xmx728m -XX:PermSize=256m -XX:MaxPermSize=512m Should the values be identical or should the lower Xmx be used as the windows version is more likely to be run on a laptop which may have 1GB or less.
unix values set in run.conf, windows in run.bat
Verified in IR5: set JAVA_OPTS=%JAVA_OPTS% -Xms256m -Xmx728m -XX:PermSize=256m -XX:MaxPermSize=512m 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" (Logging the other JAVA_OPTS differences in a separate JIRA)