Maximum global variable size / memory space on iOS?

What is the maximum global variable size or memory space that iOS can handle?


Example:


static uint8_t g_Variable[???];

It seems to be that a bit more than 2MB is too large. Is there any documentation? But probably this limit also depends on the device?!

The information that 2MB is an issue is wrong. But I am still interested if there is a kind of limit.

Maximum global variable size / memory space on iOS?
 
 
Q