Answer the question
In order to leave comments, you need to log in
Where does memory go in a Java web application?
On the server, I launched a web application in Java and Tomcat with a connection to MySQL. To limit memory, set the following options:
-d64 -server -Xss128k -Xms16M -Xmx32M -XX:PermSize=32M -XX:MaxPermSize=48M -XX:ReservedCodeCacheSize=16M -XX:+UseCompressedOops
Answer the question
In order to leave comments, you need to log in
Try to figure out the cause of the memory leak using the standard jhat utility.
Java Heap Analysis Tool
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question