Search Issue Tracker
Duplicate
Votes
0
Found in
2022.2.18f1
2023.1.0b15
2023.2.0a13
Issue ID
UUM-34890
Regression
No
Memory usage slowly rises overtime and the Editor crashes eventually when in Play Mode of an ECS project with Netcode for Entities
Steps to reproduce:
1. Open the attached “repro-project”
2. Open the Assets/Scenes/ScaleTestScene.unity scene
3. Open Task Manager
4. Enter Play Mode
5. Observe Unity's memory consumption in the Task Manager
Expected result: Unity works normally
Actual result: The memory usage slowly rises over time implying that there is a memory leak
Reproducible with: 2022.2.18f1, 2023.1.0b15, 2023.2.0a13
Could not test with: 2020.3.47f1, 2021.3.24f1 (due to errors in the Console when downgrading the project)
Reproduced on: Windows 10 Pro
Not reproduced on: macOS 10.15 (Intel)
Notes:
1. The memory leak happens only on Windows
2. Letting the project run for several hours will cause the Editor to crash
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:
Profiling the project revealed that this is the same issue as UUM-27552 which has now been fixed.
Duplicate of another internal issue: UUM-27552: JobDebugInfo accumulating excessively in playmode