-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory Leak on Window Creation #42
Comments
It weird that memory leak only happened in Nvidia driver.When I switched to intergrated driver, the memory usage is normal: Peek.2022-08-30.10-41.mp4Sorry that I have not found a way to fix this problem. |
@yilozt Could you pin this? This is fairly important to be aware of and quite problematic for daily usage of this extension. 😅 |
2022-10-07_19-52-43.webmIt would appear the issue seems to largely be resolved on my machine. I can still get it to leak a few MB after a lot of spamming windows, but after a short delay most of the memory is returned. |
As a reminder, the NVIDIA 515.76 driver is completely defective, so we should leave it open until they fix their driver: https://forums.developer.nvidia.com/t/515-76-nvidia-drivers/229132/15 |
Still present with version 520.56.06. In fact, it got worst, now leaking ~20MB per opened window. In a 20~ minute session, this can represent a memory leak of a few GB. In just one hour, my Gnome desktop was up to 10 GB. Disabling the extension eliminated the memory leak. |
Are we certain this is NVIDIA-specific? I've noticed increased ram usage when using this extension, and I'm on Intel integrated graphics. GNOME 43.0 |
I've noticed gnome-shell using upwards of 700MB on longer sessions. It seems every time a window is rounded, memory increases by a few megabytes and persists even after the window is closed. Only resetting shell via
alt+f2
frees the memory.By repeatedly opening and closing a window I'm able to see the usage increase dramatically, this doesn't occur when the extension is disabled:
2022-08-26_00-19-39.webm
Gnome 42.4
X11
Nvidia
The text was updated successfully, but these errors were encountered: