Eclipse 4 RCP application memory leakage [message #1320064] |
Mon, 28 April 2014 11:15  |
Eclipse User |
|
|
|
Hi,
I've got an application, which seems to run fine, but the memory usage is not acceptable. The startup size is ~100MB. This stays the same, if I do nothing. But
if I move the Window around for a couple of seconds, it rises to around 200MB. Is there a common reason for this behavior?
Thanks for any advice!
|
|
|
|
Re: Eclipse 4 RCP application memory leakage [message #1320106 is a reply to message #1320077] |
Mon, 28 April 2014 11:42  |
Eclipse User |
|
|
|
Okay, I used VisualVM to monitor the objects. When I sample the application I get a rising size for byte[] and int[].
At some point, it appears, garbage collection occurs and the used heap goes back to minimum. Before this points though
heapsize was increased, so the memory usage stays high.
How would I go further from here? byte and int could be anything, right?
|
|
|
Powered by
FUDForum. Page generated in 0.53582 seconds