help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Strategy to finding memleaks


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] Strategy to finding memleaks
Date: Sat, 09 Apr 2011 09:55:28 +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

Hi Paolo,

my postgres code is now working like it should and to test it I was letting it
run in a loop and I see that there is an increase in usage of memory. My first
try was to use ObjectMemory to force a global garbage collect but that did not
change anything, I will try with compacting heaps now as well.

Do you have any strategy to find memory leaks? How is this Eden working? If an
Object is moved there it will never be GCed?

any hints
        holger



reply via email to

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