Re: GC Seems To Never Kick In

2009-03-12 Thread Karl Moskowski
On 12-Mar-09, at 11:43 AM, Bill Bumgarner wrote: On Mar 12, 2009, at 8:32 AM, Karl Moskowski wrote: If I add something like this to the method's processing loop if (++block % 1000 == 0) objc_collect(OBJC_EXHAUSTIVE_COLLECTION); memory usage stays reasonable in the Cocoa

Re: GC Seems To Never Kick In

2009-03-12 Thread Bill Bumgarner
On Mar 12, 2009, at 8:32 AM, Karl Moskowski wrote: If I add something like this to the method's processing loop if (++block % 1000 == 0) objc_collect(OBJC_EXHAUSTIVE_COLLECTION); memory usage stays reasonable in the Cocoa app. I've tried other options in various combinati