Hello Marcos,

Try to modify these lines in the file *run.conf *by adding the parameter maxPermSize :

if [ "x$JAVA_OPTS" = "x" ]; then
JAVA_OPTS="-server -Xms128m -Xmx512m -XX:MaxPermSize=128m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
fi

Good luck !
Narcis

Hi Narcis thanks for answer :-)

Unfortunately I did the change you purposed but I'm still having PermGen errors :-(
Here a snippet of the file.:

#
# Specify options to pass to the Java VM.
#
#if [ "x$JAVA_OPTS" = "x" ]; then
# JAVA_OPTS="-server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
#fi
if [ "x$JAVA_OPTS" = "x" ]; then
JAVA_OPTS="-server -Xms128m -Xmx512m -XX:MaxPermSize=128m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
fi

Thank you very much

--
Marcos H. W.
Softing Systems
Systems Analyst
+55 11 38770360

/** * @see https://jaxb2-commons.dev.java.net
*/

/**
* "...Use the Force ...;-)" */
*
* @see http://www.gentoo.org/
*/


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to