-
Notifications
You must be signed in to change notification settings - Fork 847
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
Possible memory leak #710
Comments
@divanikus Do you know if the happens on a browser? I suspect it might be from loading more data over time as you switch channels (and receive new messages). |
Ok, switching between channels boosts memory consumption at both in-browser and desktop app. I got 600 MB in Chrome in 2 minutes by simply switching between channels. Anyway, it's totally not OK. |
Ok, I've reported an issue for server too mattermost-server#8297 |
Thanks. As you saw on Chrome, switching channel increases memory consumption. The process is merely executing the webapp JavaScript as well as Chrome. So the desktop app can't control the consumption. |
@divanikus I'll close this issue for now, and we can continue discussion at mattermost/mattermost#8297 |
I confirm (by marking "x" in the [ ] below: [x]):
Summary
Mattermost Desktop consumes constantly increasing amount of memory. I have something around 20 open channels and severl dialogues with other users. Memory consumption after cold restart was around 250 MB, after 5 hours it's around 750 MB. We also saw 1000 MB on one of our collegues desktop.
Steps to reproduce
Just use it for while and look at memory consumption in your Task Manager.
Version numbers
Expected behavior
Memory consumption remains low.
Observed behavior
Growing memory consumption.
The text was updated successfully, but these errors were encountered: