kando-menu / kando

🥧 The Cross-Platform Pie Menu.
https://ko-fi.com/post/Kando-1-0-0-released-G2G5Z1DOS
Other
1.22k stars 28 forks source link

Kando uses 3GB of memory #515

Open DavidLazarescu opened 5 days ago

DavidLazarescu commented 5 days ago

Short Summary

Kando uses way too much memory

Steps to Reproduce the Issue

Just let the app run for some time

Kando Version

latest

Installation Method

Via a package manger

Desktop Environment

KDE on Wayland

Environment Version

latest plasma version

Additional Information

No response

OstapTelychko commented 5 days ago

I found 7 processes named kando in my Linux Mint (Gnome) and In summary they are consuming 768 MB of RAM. Kando have been working for 12 hours

Schneegans commented 3 days ago

3GB is definitely not normal. How did you measure this? Many tools on Linux also report disk caches used RAM. I would suggest to have a look using systemd-run --user --scope --slice kando.slice kando in one terminal and then watch -c -d -n 0.2 systemctl status --user kando.slice in another.

For me, this spits out numbers between 300 and 400 megabytes which is pretty normal for an electron app.