https://bugs.kde.org/show_bug.cgi?id=456998
--- Comment #13 from Dmitry Kazakov <dimul...@gmail.com> --- > I'm not too familiar with memory leaks, if it doesn't get to the point where > I'm running out of memory, shouldn't it theoretically not slow down? The conventional "leak" is when an application loses control of some portion of memory and neither returns it to the OS nor uses it. The leak I fixed could theoretically cause a slight delay, but given its size was rather low, I doubt it could cause any significant slowdown. > And I doubt it's getting up to that much usage from a leak, I can just as > easily open/close a bunch of documents and get Krita's ram usage up to 30gb > and still not notice any performance decrease. Do I understand that correctly, if you just load a lot of documents that occupy 30GiB of RAM, Krita is not sluggish, but if you work for a long period of time with these documents, Krita becomes sluggish? If yes, should these doucments (you work with for the long time) be huge in size? Or any documents will work? -- You are receiving this mail because: You are watching all bug changes.