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
So far I've identified the 2 issues causing the memory leaks: one is caused by the calc module, the other one is most likely caused by the used GTK library, see diamondburned/gotk4#126.
I'm also seeing very high ram usage when trying out the "finder" modules.
It seems the indexing is never releasing memory leading up to 21GB of Ram usage.
It is no big deal for me as I don't plan on using the Finder features. I'll disable it in the config.
I'm also seeing very high ram usage when trying out the "finder" modules. It seems the indexing is never releasing memory leading up to 21GB of Ram usage.
It is no big deal for me as I don't plan on using the Finder features. I'll disable it in the config.
Describe the bug
high ram use on
walker --gapplication-service
whenever i run walker with the service on, ram just keeps increasing without decreasing
Version
0.7.7
Minimal Config
Provide a minimal config to reproduce the bug.
To Reproduce
walker --gapplication-service
walker
and type somethingExpected behavior
ram should decrease and stay at some default level after
walker
is ranScreenshots

spammed walker repeatedly till 1Gb ram use; checked with
btop
Desktop
Linux 6.6.47, NixOS, 24.11 (Vicuna), 24.11.20240821.c374d94
Hyprland v0.42.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: