Search Issue Tracker
Fixed in 2022.3.8f1
Fixed in 2022.3.X, 2023.1.X, 2023.2.X, 2023.3.X, 2023.3.0a1, future release
Votes
0
Found in
2023.1.7f1
2023.2.0b4
2023.3.0a1
Issue ID
UUM-45532
Regression
No
Long-running jobs produce warning about JobTemp memory
A job which runs for more than 4 frames (e.g. runtime navmesh baking) produces warnings about JobTemp memory being allocated for too long, even if all parts of the job itself are using Persistent memory.
Steps to reproduce:
1. Open the attached user's project "workbench-trunk.zip"
2. Open "ai-repro.unity" Scene
3. Enter Play Mode
4. Observe the warning messages in the console about the memory being leaked:
Internal: JobTempAlloc has allocations that are more than the maximum lifespan of 4 frames old - this is not allowed and likely a leak
Expected results: Runtime navmesh update does not leak JobTemp memory
Actual results: Runtime navmesh update leaks JobTemp memory
Reproducible in: 2023.1.0a1, 2023.1.7f1, 2023.2.0b4, 2023.3.0a1
Not reproducible on: 2021.3.29f1, 2022.3.7f1
Environment tested on: Windows 10
Notes:
-To trigger the bug, your framerate needs to be high enough relative to the time taken by the navmesh bake. If it doesn't happen for you, try modifying NavMeshUpdater.cs line 23 to increase the number of extra shapes added to the bake.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment