RE: Tomcat 6.0.20 is running out of memory

2010-05-21 Thread Kent.Andersson
Hi, This is what jmap -heap gives: using thread-local object allocation. Mark Sweep Compact GC Heap Configuration: MinHeapFreeRatio = 40 MaxHeapFreeRatio = 70 MaxHeapSize = 134217728 (128.0MB) NewSize = 2228224 (2.125MB) MaxNewSize = 4294901760 (4095.9375MB)

RE: Tomcat 6.0.20 is running out of memory

2010-05-21 Thread Kent.Andersson
Hi, We are running Jakarta Tomcat Servlet/JSP Engine 6.0.20 on Solaris 2.10. We have -Xmx128M, is that to small? Best Regards /Kent -Original Message- From: Pid [mailto:p...@pidster.com] Sent: den 21 maj 2010 13:20 To: Tomcat Users List Subject: Re: Tomcat 6.0.20 is running out of memor

Tomcat 6.0.20 is running out of memory

2010-05-21 Thread Kent.Andersson
Hi, The Tomcat webserver 6.0.20 we are using has run out of memory. Got the following message in the Catalina.out file: less /opt/jakarta/tomcat/logs/catalina.out ... java.lang.OutOfMemoryError: Java heap space at java.util.Properties$LineReader.(Properties.java:389) at java.util.P

Increase in rss and thread usage.

2010-01-19 Thread Kent.Andersson
Hi, Are using Tomcat 6.0.20. We have mointored it and can see that the rss and thread usage increases all the time. Is this someone else also have experienced?