help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Strategy to finding memleaks


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] Strategy to finding memleaks
Date: Sat, 09 Apr 2011 12:14:00 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Lightning/1.0b2 Thunderbird/3.1.9

On 04/09/2011 11:05 AM, Holger Hans Peter Freyther wrote:
> On 04/09/2011 10:27 AM, Holger Hans Peter Freyther wrote:
> 

> 
> Should ObjectMemory compact clean all of these objects?

Okay with ObjectMemory globalGarbageCollect; compact. all these objects will
be removed. But without these the VM looks like it will go OOM as it is
finalizing these objects but not removing them from memory.

Does this sound plausible? With my naive thinking the VM should be able to
recycle the allocations it made for the PGResultSet (same size) and the memory
size should never increase once it hit his 'working set'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]