thinkwise
28-04-2010, 16:16
http://java-monitor.com/postedimages/171f0b75-2a9f-4378-8707-f59f0aae2eff.png
Hi there,
A view months ago we had a discussion about client vs server mode of the JVM for my web-applications on my Apache Tomcat server. The memory usage is now much lower and stable. The GCs are also much quicker.
Now I notice that when I deploy a new application the red spikes above occure. I also notice that the non-heap space memory keeps growing especialy then I deploy an application. war-files of my applications are about 65 MB. The result is that I need to restart my web-server after a couple of deployments.
Should the GC also cleanup the non-heap space memory?
Can I clean this memory when I undeploy an application?
Thanks for your time!
Hi there,
A view months ago we had a discussion about client vs server mode of the JVM for my web-applications on my Apache Tomcat server. The memory usage is now much lower and stable. The GCs are also much quicker.
Now I notice that when I deploy a new application the red spikes above occure. I also notice that the non-heap space memory keeps growing especialy then I deploy an application. war-files of my applications are about 65 MB. The result is that I need to restart my web-server after a couple of deployments.
Should the GC also cleanup the non-heap space memory?
Can I clean this memory when I undeploy an application?
Thanks for your time!