I would like to use the memory limit during interactive editing on iOS to decrease jetsam risk. However, I'm unsure of what to set it to. Do you have a recommendation as a fraction of physical memory?
I have set the extended virtual memory entitlement, but I don't know what fraction of physical memory (or more) that entitlement enables - perhaps I should use a larger memory limit for M1-based iPads?
The entitlement will only increase the virtual address space of the app, which in turn allows CIContext to retain more intermediate renders. This improves the chances of reusing them during interactive renders. Since CIContext intermediates are cached as volatile memory, this entitlement does not impact the risk of jetsam.