Actions
Bug #2267
closedSVG - Memory Usage
Status:
Resolved
Priority:
Immediate
Assignee:
Category:
interface
Target version:
Start date:
11/11/2005
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2267
Description
Currently, if Batik has to display more than about 150 SVG icons, it causes a
JVM crash with an OutOfMemoryError. This is also an issue when showing actor
thumbnail icons in the actor library, since these are also rendered using Batik.
So for example doing a search for a very common term that returns many actors
(eg "a") causes an OutOfMemoryError.
Have looked for obvious places to save memory, but now i think we're just
limited by what batik can do. Obvious solution is to start caching icons, since
many of them may be the same, yet they all get rendered from scratch
Related issues
Actions