-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Jakub,

On 05/06/2011 02:38 AM, Jakub Królikowski wrote:
>>>> VM arguments:
>>>> -Djava.util.logging.config.file=/usr/lib/tomcat/conf/logging.properties
>>>> -Xmx3000m -Xms1500m -Xmn700m -XX:PermSize=768m -XX:MaxPermSize=1000m
>>>> -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode
>>>> -XX:+CMSIncrementalPacing -XX:CMSIncrementalDutyCycleMin=0
>>>> -XX:CMSIncrementalDutyCycle=10 -XX:+UseParNewGC
>>>> -XX:+CMSClassUnloadingEnabled -XX:MaxGCPauseMillis=250
>>>> -XX:MaxGCMinorPauseMillis=100
>>>> -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false
>>>> -Dcom.sun.management.jmxremote
>>>> -Dcom.sun.management.jmxremote.authenticate=true
>>>> -Dcom.sun.management.jmxremote.password.file=/usr/lib/tomcat/conf/jmxremote.password
>>>> -Dcom.sun.management.jmxremote.access.file=/usr/lib/tomcat/conf/jmxremote.access
>>>> -Dcom.sun.management.jmxremote.ssl=false
>>>> -Djava.rmi.server.hostname=xxx.xxx.xxx.xxx
>>>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
>>>> -Djava.endorsed.dirs=/usr/lib/tomcat/endorsed
>>>> -Dcatalina.base=/usr/lib/tomcat -Dcatalina.home=/usr/lib/tomcat
>>>> -Djava.io.tmpdir=/usr/lib/tomcat/temp

> Looks okay for me, just curious: Do you really need that large perm gen?

You mean these params: "-XX:PermSize=768m -XX:MaxPermSize=1000m" ?
Well, my app is under intensive development now and I need to reload
context quite often.
I know it's a big numbers, but without that after few reloads I'm
getting a memory exception.

Yes, that is a good reason, consider using a current version of Tomcat
(6.0.32 or 7.0.12). They will give you hints where memory leaks are, so
you can fix them.

Regards,
- -- 
Thomas Freitag
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk3De7sACgkQGE5pHr3PKuWZTgCdHaIp31WBTbWlDIMWa8vuJ2eH
CWMAnR8sYlRwLKxHtcnFXOgmmbA1Xj21
=ak0c
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to