A servlet i'm running inside Tomcat occupies lots of memery (2G). Trying
to find out what makes the process so fat, I used jmap to create an heap
dump (live objects only). The produced file size is 1.5G. When I openned
this file in MemoryAnalyzer (60 minutes ago), it still parsing the file
(at least that what the GUI claims).
The ini file contains:
-vmargs
-Xmx2048m
The java version:
java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Server VM (build 1.6.0-b105, mixed mode)