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
- [WebGPU] error with compute shader and read-only RWTexture
- Capacity-size memory is copied instead of Length-size when using UnsafeUtility.memCpy()
- Console displays "SerializedObjectNotCreatableException: Object at index 0 is null" error during Unity theme change while "Tile Palette" window is opened
- Details are not shown when Error Message is still selected after changing Log Entry Count in the Console
- Disabling Unity VCS in Project Settings unfocuses the Project Settings Window
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