Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
Issue ID
1372535
Regression
No
Out of memory when minimizing GPU-bound Vulkan player with run-in-background enabled
Unity switches to an "offscreen swapchain" when minimizing a Player that uses Vulkan.
Currently we don't throttle, so if the project is GPU bound we end end up queueing more and more frames.
Happens with project of https://fogbugz.unity3d.com/f/cases/1367351/
Comments (1)
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
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
Tomsterk
Jan 20, 2022 18:42
Vulkan still causing memory leaks on 2022, but not necessarily for this exact issue (although its been vaguely used as a duplicate for other issues).
Any large scene with lots of graphics can easily cause vulkan to request 8 gb or more of memory, which is a no-go with mobile devices.