Editing run.conf only works on Linux/Unix, on Windows (which you seem to be using), you need to edit run.bat.

OTOH, so seem to have done already so and it doesn't work either. What's your hardware configuration, BTW ?

  S.

On May 2, 2007, at 5:44 PM, Marcos wrote:


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


--
Stefane Fermigier, CEO, Nuxeo SAS
Open Source Enterprise Content Management (ECM)
Nuxeo 5 EP is out! - Now Java EE based, standards compliant
Web: http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87


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

Reply via email to