Re: Application memory sizes
Re: Application memory sizes
- Subject: Re: Application memory sizes
- From: "Sven A. Schmidt" <email@hidden>
- Date: Mon, 8 Oct 2001 00:50:14 +0200
On Sonntag, Oktober 7, 2001, at 11:16 Uhr, Simon Wright wrote:
Thanks for the clarification Greg. As for memory leaks, absolutely! My
app in particular could be susceptible since it performs a function
repeatedly,
based on a timer. I have been soak-testing it for a few days now and
monitoring it in Process Viewer (which is what prompted the memory
questions).
I am happy to report, so far, absolutely no memory leaks - more
attributable to Cocoa and Java than to any skill on my part I suspect.
You might want to check out MallocDebug in /Developer/Applications. That
way you don't have to wait for days :-) You now, they wouldn't show up
in time anyway but rather wait another day...
Sven