Search Issue Tracker
Won't Fix
Votes
2
Found in
4.6.5p3
Issue ID
710935
Regression
Yes
[iOS] Significantly higher memory usage on older devices with 4.6
Memory usage on older devices is much higher seems to be reproducible on iPad 4 and older devices.
To Reproduce:
1. Build & Deploy the attached project with Unity 4.6
(you can use the project from http://fogbugz.unity3d.com/default.asp?722868 the memory difference there is much larger, but it takes a while to build it).
2. Observe in Xcode that memory usage is higher on older devices, it was about ~5.2mb with this project, but using the one from 722868
(after deploying start the game from the menu) :
iPad 2 - out of memory
iPad 3 - 435mb
iPad air 1 - 244mb
iPhone 6+ - 227mb
It looks like that that there is a very large number of small allocations on older devices (VM Tracker in Instruments)
for example on iPad 3 there are 1033 dirty #regs while on Air 1 it's only #278 (see attached text files with allocations)
while all large ones are more or less similar in size (see screenshot)
Comparison was done with 722868 project's menu scene (it crashes due to out of memory on iPad 3 in game scene if instruments are attached)
Issue is only reproducible on 4.6.x (tested 4.6.9f1)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Add comment