#fuck you nvidia leak

1 messages · Page 1 of 1 (latest)

quasi mica
#

they still didn't fix it? damn

#

but yeah, kde on wayland+nvidia has fd leak as you figured that out, and it's apparently nvidia's fault

#
upper sand
#

fuck you nvidia leak

quasi mica
#

ugh. none that i'm aware of. i also went through this bug and didn't found any satisfactory solution.

one dirty workaround is to increase the soft limit for open files for plamashell, with this command: prlimit --pid $(pidof plasmashell) --nofile=16384: , that increases current process limit from default 1024 to 16384, but you have to run this command every single time to apply this change. also, this doesn't fix the core issue, and it will still leak, but now it'll take 16 times longer to crash ¯_(ツ)_/¯

also can be done from systemd (idk how this exactly works, but worth trying: https://bugs.kde.org/show_bug.cgi?id=497424#c5)

i'm not exactly aware of any implications doing this, but it worked fine for me. but currently on my other system with amd graphics, this does not happen, that's why i blamed nvidia in my previous message nvidia

another option is to switch to x11, but i understand not everyone wants to switch back from wayland.

well that's about it. i'm sorry i couldn't help better with this.

#

also that's not very indicative of... well, anything. a process can open as many files as needed, but it doesn't immediately mean it's leaking resources