external rofi plugins/modes increase ram when switching #2271
-
|
Hi, I've noticed an increase in ram when switching (ctrl+tab) with extenal rofi plugins (i.e. rofi-calc, my own plugin). The ram increase does not happen when using internal rofi modes (i.e. drun,keys) 2026-03-06.11-18-17.mp4ram use from spamming I'm not sure if this is a bug on how I implement my plugin, how I load plugins or a bug in rofi. Can someone else check if this happens on their system? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
|
plugins are handled identical to internal modes once loaded. You could try running valgrind on it (with massif?) |
Beta Was this translation helpful? Give feedback.

Can you try the following patch?