Re: CoreData and memory leaks

2010-06-21 Thread Nick Zitzmann
On Jun 21, 2010, at 12:40 PM, unixo wrote: > Yes, I did, no leaks were detected. Then you're probably fine. CoreData is a memory hog, and I have some bugs filed on specific issues, but if memory use looks good in Instruments, then don't worry about it. Nick Zitzmann

Re: CoreData and memory leaks

2010-06-21 Thread unixo
> Maybe. Remember that I'm using a brand new application, without any custom code. Maybe? What can it depend on? > Did you try running it in Instruments using the object alloc & leaks > instruments? For various reasons, Activity Monitor is a poor memory debugging > tool. Instruments, OTOH, will

Re: CoreData and memory leaks

2010-06-21 Thread Nick Zitzmann
On Jun 20, 2010, at 7:42 AM, unixo wrote: > In my coredata application, I noticed a weird behavior when closing document > windows; to be sure this was not related with some memory leaks introduced by > me, I created a new document-based coredata project, without adding any kind > of customiza