https://issues.apache.org/ooo/show_bug.cgi?id=125111

Armin Le Grand <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|All                         |Windows, all

--- Comment #1 from Armin Le Grand <[email protected]> ---
As mentioned in issues 125000 and 124999 the basic reason is to use the new
primitive graphic handling possibilities for better quality, or better no
longer using the old ones from the GraphicManager. The problem is not the GDI+
usages, but more the limited memory when running on 32bit (as on win currently,
thus win only). During big paints e.g. PagePreview there are simply no timer
events which may swap out graphics during that phase, thus the memory is in
danger to run out. This has never been handled in the involved mechanisms in
the past (GraphicManager/GraphicObject), but did not happen in Writer due to
it's own special solution using the GraphicManager paints. In the other apps
this could happen but is difficult to produce (Draw/Impress would need enough
pics on one page, Calc on one sheet).
The plan is (for now) to add a memory consumption watch for GraphicManager for
32bit systems to avoid this situation by starting to swap out GraphicObjects in
that situation.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to