Search Issue Tracker
Fixed
Fixed in 2022.2.0b13
Votes
0
Found in
2022.2.0a16
Issue ID
UUM-37343
Regression
No
Malloc Memory Pool increases periodically when running scenes with SpriteShapes on Android device
Malloc Memory Pool increases periodically when running scenes with SpriteShapes on Android device
Repro steps:
- Open attached project, open PerfTest_Many scene and Build and Run it on an Android device (Mono Scripting backend)
- In the Profiler observe total used memory increase over time
In the Memory Profiler compare snapshots at the start of app run and 15 mins later, observe 1GB increase in Native Memory, Malloc(Temp) Pool
Expected result: Memory should not increase over time
Actual result: Memory increases over time
Tested on:
Samsung galaxy S8 Plus
Motorola Nexus 6
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 2022.2.0b13):
Fix for this issue is available on Unity 2022.2.0b13 and above