Search Issue Tracker
Fixed
Fixed in 2022.3.40f1, 6000.0.12f1, 7000.0.0a1
Votes
10
Found in
2022.3.33f1
6000.0.6f1
7000.0.0a1
Issue ID
UUM-73194
Regression
Yes
Job allocator contention causes slow job execution
[https://discord.com/channels/489222168727519232/1229522160364683305/1232438969606606972]
A simple job chain where job B depends on job A exposes a serious performance problem when scheduled as a batch. Many jobs will execute and start calling job complete which causes the job index to be freed. However, the job allocator itself is not contention free and we end up hitting the same cache line and serializing all execution which leads to significant execution overhead.
*Steps to reproduce:*
1.
2.
3.
*Actual results:*
*Expected results:*
*Reproducible with versions:*
*Not reproducible with versions:*
*Can’t test with versions:*
*Tested on (OS):*
*Notes:*
*
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
Add comment