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?!