Search Issue Tracker
Won't Fix
Votes
1
Found in
Issue ID
1106575
Regression
Yes
[iOS] Memory usage increased 8-10% from 2017.4 to 2018.2
While testing with the project from https://fogbugz.unity3d.com/f/cases/1100123/ I noticed that memory usage appears to have increased a significant amount in 2018.2. Here are the testing results using the MemTest project attached to the other bug. The point of that test is to see how many meshes can be created before being terminated due to memory pressure.
The target OS does not appear to matter and it seems to vary a little between devices but the increase is there nonetheless.
iPad Air 2 iOS 11.4.1
Unity 2017.4.16f1
405k meshes before being terminated due to the memory limit
Unity 2018.2.18f1
363k meshes before being terminated due to the memory limit
iPhone 6s Plus iOS 12.1
Unity 2017.4.16f1
378k meshes before hitting the 1400MB limit
Unity 2018.2.18f1
349k meshes before hitting the 1400MB limit
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Resolution Note (2018.2.X):
Lukas has a good point. This was resolved in 2018.3 and 2018.2 is no longer being updated.