We are trying to develop a Safari extension for the upcoming iOS 15. We are facing unsolvable issues with the memory limit.
Our extension handler uses close to zero memory, and 80% of the memory is taken by Apple libraries. So, any time we actually do something in our handler – it crosses the 6MB limit and it gets killed.
Is there any way to avoid this, or are there any plans to increase the memory limit in future betas?