memory increasing [message #628953] |
Fri, 24 September 2010 20:55  |
Eclipse User |
|
|
|
I am using an application designed on eclipse 3.5.2.
Even in the idle state its memory consumption goes on increasing.I do think it is for memory leak.
Can anybody say how to stop it?
|
|
|
|
Re: memory increasing [message #629585 is a reply to message #629216] |
Tue, 28 September 2010 19:05   |
Eclipse User |
|
|
|
Sorry,I am not getting what you have replied.
Actually I am seeing that when the application is only in open state not running any program,at that time the memory used by the application goes on increasing (shown in the task manager).
And I am thinking this may be due to memory leak.(not sure)
Appreciate your help
|
|
|
Re: memory increasing [message #632207 is a reply to message #629585] |
Tue, 12 October 2010 06:23  |
Eclipse User |
|
|
|
Hi,
The task manager shows the memory from the OS point of view, not from Java point of view. The Java process usually preallocates some space and then allocates objects inside and the garbage collector eventually frees some objects inside. This behaviour can't be seen in task manager, and therefore you don't see how much of the Java heap is really free.
The Java process (Eclipse) uses also some memory for non-java things.
What I am trying to say - it is difficult to judge if there is a memory leak just by looking at the tak manager. I'd suggest that you wait and see if you encounter some memory problems.
Krum
|
|
|
Powered by
FUDForum. Page generated in 0.03915 seconds