You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quickly hovering over multiple preview windows leads to growing memory usage, easily 100MB per second. I need to kill the dockbarx process every few hours to reclaim memory. I believe this was caused with the way #113 was fixed, setting XDisplay to None in dockbarx/common.py stops the leakage, but the preview obviously doesn't work then.
I'm on a current Arch Linux and dockbarx (gtk3) with the xfce4 plugin, and python-xlib v0.27
The text was updated successfully, but these errors were encountered:
xuzhen
added a commit
to xuzhen/dockbarx
that referenced
this issue
Aug 28, 2020
Quickly hovering over multiple preview windows leads to growing memory usage, easily 100MB per second. I need to kill the dockbarx process every few hours to reclaim memory. I believe this was caused with the way #113 was fixed, setting XDisplay to None in dockbarx/common.py stops the leakage, but the preview obviously doesn't work then.
I'm on a current Arch Linux and dockbarx (gtk3) with the xfce4 plugin, and python-xlib v0.27
The text was updated successfully, but these errors were encountered: