I;m curious if you looked at all to the program size, and not the size of the GC ? It may be that a 'native' routine leaks independently of the GC.
BTW, that a yes. JVM calls upon many functions/services/libraries to do its bidding. Any one of them may request memory ( from the system pool ) , and may forget to put it back when finished.

Dave A King wrote:

We have a fixed heap size if 512MB.
Where is all this extra memory coming from? 1GB real memory and 700+MB swap
in use. Does the jvm itself leak memory, even with a fixed heap size?

-d-



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to