From profiling with Instruments I have learned that the way I am saving images to disk is resulting in memory spikes to ~60MB. This results in the
Instruments
~60MB
Try to use NSAutoReleasePool and drain the pool once u finish writing the data.