Search Issue Tracker
Active
Votes
0
Found in
2021.3.32f1
2022.3.14f1
2023.2.1f1
2023.3.0a15
Issue ID
UUM-57941
Regression
No
GC.Collect process takes more time than specified garbage collection duration
Reproduction steps:
1. Open the attached “BugReport“ project
2. Open the Profiler window (Window > Sequencing > Timeline)
3. Build the Player (File > Build And Run)
4. After the building process is finished, let the Profiler record for a few seconds and then pause it
5. In the Profiler’s Hierarchy window search bar, enter “GC.Collect“
6. Select a frame from the Profiler’s CPU Usage module and then go forward one frame at a time, until a “GC.Collect” process appears in the Profiler’s Hierarchy window
7. Observe the “GC.Collect” process’s “Time ms”
Expected results: “Time ms“ should not exceed 1ms, because garbage collection duration is specified 1ms
Actual results: “Time ms“ exceeds the specified garbage collection duration
Reproducible with: 2021.3.32f1, 2022.3.14f1, 2023.2.1f1, 2023.3.0a15
Reproducible on: Windows 11, MacOS Ventura 13.3 (Intel)
Not reproducible on: No other environment tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Console displays "ArgumentException: Cannot unschedule unknown scheduled function UnityEngine..." error after the "Audio Random Container" closing
- [Ubuntu] Asset Bundles Dropdowns Contain Empty Row in Inspector
- Symbols are generated for a third-party native plug-in with 'Shared Library Type' set to 'Executable' when building for Android
- "Search by Import Log Type" Icon Nearly Invisible in Light Theme (Project Window)
- [Android] Realtime Directional Light turns off when there is no realtime shadow caster in the view
Add comment