Does anyone know if its possible to set the amount of memory available in the simulator?
I\'m assuming the simulator will use as much memory as possible from the sys
No this is not possible.
You can always simulate the memory warning situation. According to this you can also verify with the profiler how much memory your app is using see what limits you exceed.