Search Issue Tracker
By Design
Votes
0
Found in
5.3.4p4
Issue ID
938818
Regression
No
[iOS] Memory usage between Debug Navigator and Allocation Instrument differs when instantiating objects and reloading the scene
Reproduction steps:
1. Build the attached project to iOS device.
2. Go to Debug Navigator tab in the Xcode.
3. Select Memory.
4. Press Model 1-10, press Reload (Button in the built iOS application).
Press Model 11-20, press Reload.
Press Model 21-30, press Reload.
Press Model 1-50, press Reload.
Press Model 51-100, press Reload.
5. Compare current memory usage with the starting one (Screenshot attached(Debug Navigator)).
- Current memory usage is higher.
6. Stop the application.
7. Run it again with Allocations instrument.
8. Repeat step 4.
9. Compare current memory usage with the starting one (Screenshot attached(Allocation Instrument)).
- Current memory usage is similar to the starting one.
Reproduced with:
5.2.5f1, 2017.2.0b6, 2017.3.0a3
Tested with:
iPadMini 4 10.3.2
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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Resolution Note:
This is not a bug. Xcode’s memory report is good for noticing memory usage trends. But it is not very accurate tool. Please check this thread https://forums.developer.apple.com/thread/52186
And in any case this cannot be Unity specific problem.