-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Consumes too much RAM (5GB for 200+ nodes) #491
Comments
Out of curiosity, if you exit the application and restart it (reloading the same mindmap), how much memory is consumed? |
roughly around 40 mb https://imgur.com/a/9GV6BNk |
This was happening to me. Opening a modestly sized file quickly consumed all available RAM. I got as far as tracing the allocations with massif (750 MB allocated by the XML parser, stack trace attached) before taking a closer look at my document. The I deleted all but the last group of images, and this fixed the problem. This raises some questions:
|
Looking at the source code, the loaded/saved XML doc pointers are being deleted. As for the issue of autosaving, the versions of Minder that are 16 and above (though I believe it started in one of the minor revs of 15), scrolling, panning, zooming and window resizing do not cause the .minder file to be saved. Only when items are added, changed, removed or moved within map cause saves to occur. |
The issue with a ton of image data in the Minder file is alarming though. Does this still occur with the latest version of Minder? |
So far it hasn't reoccurred |
I haven't used this app for a long time, but the new version (installed via flatpak) may have a memory leak issue. Here's a screenshot of it using nearly 5 GB of RAM. However, the file I was working on was not particularly large. It had around 200 nodes. image>https://imgur.com/a/JChxOkf
The text was updated successfully, but these errors were encountered: