Is there a way to set the amount of memory available in the iPhone Simulator?

后端 未结 4 611
逝去的感伤
逝去的感伤 2020-12-11 01:27

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

4条回答
  •  温柔的废话
    2020-12-11 02:06

    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.

提交回复
热议问题