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 heap memory usage #1044

Closed
somakd opened this issue Dec 6, 2019 · 7 comments
Closed

High heap memory usage #1044

somakd opened this issue Dec 6, 2019 · 7 comments

Comments

@somakd
Copy link

somakd commented Dec 6, 2019

Expected behaviour

RAM usage should stay more less constant.

Actual behaviour

Initial RAM usage at around 60MB. Within a day, RAM usage increases to 2GB. Current screenshot produced when mate-panel was using 440MB.
Screenshot at 2019-12-06 08-43-48

Steps to reproduce the behaviour

Normal continuous use for a day.

MATE general version

1.22.2

Package version

1.22.2-1

Linux Distribution

Linux 5.3.12-1-MANJARO #1 SMP PREEMPT Thu Nov 21 10:55:53 UTC 2019 x86_64 GNU/Linux

Link to downstream report of your Distribution

@somakd
Copy link
Author

somakd commented Dec 6, 2019

Upon running
mate-panel --replace &
the memory usage drops back to normal.
Screenshot at 2019-12-06 08-54-13

@lukefromdc
Copy link
Member

We have similar prior reports
#809 for applets built in-process
#738 another high RAM use report
and even
#115
from all the way back in 2013 (so this is an old problem, possibly
inherited from gnome-panel 2.32 or earlier

Unfortunately there is so much complexity and enough memory leaks in the panel to make Valgrind (useful for finding memory leaks) hard to use. It slows the panel to a near stop and when I got it to work I could never get a full set of results and was "spammed" with so much text. In additon, anything out of process claims the memory use for itself, while in-process it is mate-panel RAM usage

@somakd
Copy link
Author

somakd commented Dec 8, 2019

Gotcha. Thanks.
So I've added a kronjob for running mate-panel --replace > /dev/null 2>&1 every 30 minutes. A dirty solution to a nasty problem.

@rcaridade145
Copy link
Contributor

What applets have you got in the panel? @lukefromdc there is a report concerning the clock applet and timezones from gnome panel https://bugzilla.gnome.org/show_bug.cgi?id=688967

@raveit65
Copy link
Member

raveit65 commented Apr 5, 2021

Does the issue still exists with current master or >= mate-panel-1.24.1 ?

@somakd
Copy link
Author

somakd commented Apr 5, 2021

Don't know. I moved to Openbox the very next day.

@raveit65
Copy link
Member

raveit65 commented Apr 5, 2021

Bye Bye

@raveit65 raveit65 closed this as completed Apr 5, 2021
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

4 participants