yuzu icon indicating copy to clipboard operation
yuzu copied to clipboard

Yuzu not disposing file handles

Open Diyou opened this issue 1 year ago • 1 comments

I haven't researched the code yet but experimenting with setups I figured that yuzu seems to excessively utilise file handles without properly disposing them which often results in deadlocking resources and slowing down the file system.

When the nand resides on a net share I need to wait for the cifs driver to release the handles due to timeout before I'm able to start yuzu itself or an emulation. Another observation is that yuzu will often reduce transfer rates tremendously towards that net share while there is no emulation running until it gets closed.

I'm using manjaro linux and I think I did not experience something like this on windows besides having slow UI boots.

Diyou avatar Aug 08 '22 09:08 Diyou

This is a known issue and will be fixed on an upcoming filesystem rewrite, stay tuned 😄

Morph1984 avatar Aug 08 '22 09:08 Morph1984