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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Add comment