- Home /
some iOS devices took more memory about 200%!!
We built project as universal.
After UnloadUnusedAssets and GC.Collect..
On iPad4 (32bit), managed memory(GC.GetTotalMemory) keep 140MB.
but.. on iPad mini2 (64bit), it keeps "250MB"
so, iPad mini2 reach to memory limit and sometimes crash.
il2cpp issue? what happen? how can we solve this?
We use XCode 7.3.1 on OSX 10.11.6 El Capitan and Unity 5.3.6p4.
Thank. (sorry, my poor english)
Does the Unity profiler show any interesting difference between the two devices? You may also want to try a new experimental memory profiler we have here: https://bitbucket.org/Unity-Technologies/memoryprofiler.
Answer by rrrrhoi · Nov 11, 2016 at 08:00 AM
it was an issue of many many reference type with il2cpp in 64bit .
Your answer
Follow this Question
Related Questions
Out of memory errors on iOS with 64-bit build 1 Answer
IL2CPP Crash on Instantiate(gameObject) 2 Answers
Is there a way to release Mono memory on iOS? 0 Answers
CPU wait on GPU for finish 1 Answer
Very peculiar out of memory on ios? 1 Answer