Where is the memory usage? [message #62487] |
Wed, 29 March 2006 21:05 |
Eclipse User |
|
|
|
Originally posted by: jlussmyer.myrio.com
Now that I finally have (at least some) instance data in my views, I did
some testing.
For [int, I have a total of 2,312,456 bytes used. When I expand the list
in the Object References view, the sum of the sizes of all the object
instances is about 1/5 that amount.
Where is the rest of the memory usage?
I'm trying to find out where it all went. As near the end of my app, I
get the memory info and find the following:
before GC - total mem: 25.874432MB, avail mem: 11.42028MB
after GC - avail mem after full GC: 11.421776MB,
memory used after full GC: 14.452968MB,
I need to figure out who is hanging on to all that 14.5MB of RAM.
The sum of all the Active Size items in the Memory Statistics view is
around 1/5 of the total memory used by the app.
How do I find the rest of it?
|
|
|
Powered by
FUDForum. Page generated in 0.02882 seconds