How to treat CoreData entities with low memory usage

Posted by Emmettoc on Stack Overflow See other posts from Stack Overflow or by Emmettoc
Published on 2010-06-03T03:33:51Z Indexed on 2010/06/03 5:34 UTC
Read the original article Hit count: 200

Filed under:
|
|

Hello,

I tried CoreData for iPhone app, but it's memory-hogging when entity instances are fetched. After they are released, memory usage doesn't decrease at all. Is there any way to treat them in a low memory usage.

Thank you.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c