Summary: | Krita maxes out memory when too many brushes are added in folder | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | JayJay <mnkyshield> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/ac7b805c7816725baf71300446612b897638582d | Version Fixed In: | |
Sentry Crash Report: |
Description
JayJay
2013-05-03 15:33:03 UTC
Thanks for the report. We really need to have two-phase loading for brushes and some kind of max number of brushes in memory. Git commit ac7b805c7816725baf71300446612b897638582d by Boudewijn Rempt. Committed on 26/06/2014 at 09:23. Pushed by rempt into branch 'master'. Drop the full brush image after loading it to save memory When we need it for painting, we can reload it. M +14 -5 krita/libbrush/kis_brush.cpp M +1 -1 krita/libbrush/kis_brush.h M +3 -0 krita/libbrush/kis_brush_server.cpp http://commits.kde.org/calligra/ac7b805c7816725baf71300446612b897638582d |