Search Issue Tracker
Duplicate
Under Consideration for 2022.3.X, 2023.2.X
In Progress in 2023.3.X
Votes
0
Found in
2022.3.6f1
2023.1.6f1
2023.2.0b2
2023.3.0a1
Issue ID
UUM-43479
Regression
No
Memory usage slowly rises overtime and the Editor crashes eventually when the project is left idle in the background
Reproduction steps:
1. Open the attached “repro-project” and let it run in the background
2. Open Task Manager
3. Observe the memory usage in the Task Manager
Expected result: Memory usage remains consistent
Actual result: Memory usage slowly rises over time implying that there is a memory leak
Reproducible with: 2022.3.6f1, 2023.1.6f1, 2023.2.0b2
Could not test with: 2021.3.29f1 (due to an error “com.unity.render-pipelines.universal (dependency): Resolved version [12.1.12] does not satisfy requested version [14.0.7]“)
Reproduced on: Windows 10 Pro
Not reproduced on: macOS Ventura 13.4.1 (M1)
Notes:
1. Not reproducible in Player
2. Memory stops increasing when returning back to the Editor and starts again after minimizing it
3. Letting the project run for several hours will cause the Editor to crash with the following first lines of the stack trace:
0x00007ff66ee33a98 (Unity) DynamicHeapAllocator::Allocate
0x00007ff66ee41a3c (Unity) DualThreadAllocator<DynamicHeapAllocator>::Allocate
0x00007ff66ee341b1 (Unity) MemoryManager::Allocate
0x00007ff66ee331ed (Unity) operator new
0x00007ff66f15b2b9 (Unity) AllocateAtomicSafetyNode
-
Resolution Note:
This issue is fixed in the latest releases of URP.
Duplicate of https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-40249
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
- Prefab Override popup displays on wrong monitor when Inspector width is resized to minimum
- Scroll View is not moving by inertia after scrolling by click and dragging when Editor window is minimized and Canvas "Render Mode" is set to "World Space"
- "type mismatch error" occurs when the currentDirectionWS output of a Sample Water Surface node is connected to a float3 input
- URP Material Upgrade utility does not enable Alpha Clipping when material had Rendering Mode set to Cutout
- Particle System emission ignores the Sprite Atlas when using a Material that has the "Include in Build" setting unchecked
This is a duplicate of issue #UUM-40249