I create my application on a development device in which there are not too many applications at the same time. I expect my clients to launch an application with an open number of other applications. So that my application does not crash due to memory problems, I would like to test my application in the expected operating conditions.
The question arises: Does the number of other applications visible on the panel of double-click buttons affect the memory usage of the device? In other words, if I open every application on the device, then run my application, do I get more warnings about memory than if I had all other applications closed?
I remember hearing a WWDC presentation that mentioned that for some applications that use less than 8 MB of memory, their memory is written to disk while the application is minimized, but not sure if this has changed.
Thanks for clarifying.
source share