jacquetc / plume-creator-legacy

Fork of the first Plume Creator repository from SourceForge. Written in C++ / Qt5
Other
0 stars 0 forks source link

Plume eating up to 80% of RAM #6

Closed abergmot closed 4 years ago

abergmot commented 5 years ago

Sometimes Plume-creator is using up to 80% of my RAM, either on a 4GB ubuntu 16+ or on a debian Stretch with 1GB RAM. I can feel the computer slowing down and then with the "top" command line I see how much RAM Plume is using, which is often large part. It also freezes my ubuntu with 4G sometimes. My plume file is 189 822 octets big.

jacquetc commented 5 years ago

Hello, Thank you for this feedback. I think the culprit is the auto-save system creating a memory leak, and growing each time Plume is saving. I'll have a fix done which will disable the auto-save and save manually instead

Regards, Cyril

abergmot commented 5 years ago

@jacquetc thanks for writing this software and for the quick reply here ;) looking forward to new versions with some bug fixes, Plume-creator is very helpful!

jacquetc commented 5 years ago

You are welcome, please use a system like Dropbox (or another) to backup your project. The save system is unreliable for now.