Re: Problems with large files
Re: Problems with large files
- Subject: Re: Problems with large files
- From: Mark Williams <email@hidden>
- Date: Thu, 29 Dec 2005 19:34:30 -0700
This was the exact fix.. THANK YOU!
On Dec 27, 2005, at 8:58 AM, Scott Ribe wrote:
I still cannot seem to work with large files (Larger than 2.9gig).
I've tried primatives but they do not cure the problem.
I think you're not freeing the data after reading it into memory.
You need
to set up an autorelease pool in your loop, otherwise autoreleased
objects
aren't freed until the current event is finished processing, in
other words
after your routine returns.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 665-7007 voice
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden