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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Resolution Note (2018.2.X):
Lukas has a good point. This was resolved in 2018.3 and 2018.2 is no longer being updated.