Skip to content
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

high ram use on walker --gapplication-service #121

Open
zspher opened this issue Aug 27, 2024 · 3 comments
Open

high ram use on walker --gapplication-service #121

zspher opened this issue Aug 27, 2024 · 3 comments

Comments

@zspher
Copy link

zspher commented Aug 27, 2024

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.

  programs.walker = {
    enable = true;
    config = {
      ignore_mouse = true;
      activation_mode.labels = "123456789";
      activation_mode.use_alt = true;

      disabled = ["finder" "runner" "windows"];
      list.max_items = 20;
    };
  };

To Reproduce

  1. run walker --gapplication-service
  2. keep running walker and type something
  3. do the above repeatedly

Expected behavior
ram should decrease and stay at some default level after walker is ran

Screenshots
spammed walker repeatedly till 1Gb ram use; checked with btop
Screenshot_2024-08-27-18-13-23

Desktop

  • OS: Linux 6.6.47, NixOS, 24.11 (Vicuna), 24.11.20240821.c374d94
  • DE: Hyprland v0.42.0

Additional context
Add any other context about the problem here.

@abenz1267
Copy link
Owner

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.

@quadbyte
Copy link

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.
image

It is no big deal for me as I don't plan on using the Finder features. I'll disable it in the config.

@abenz1267
Copy link
Owner

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. image

It is no big deal for me as I don't plan on using the Finder features. I'll disable it in the config.

Should be fixed in git.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants