To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93966


User sus changed the following:

                What    |Old value                 |New value
================================================================================
        Target milestone|OOo 3.1                   |OOo 3.2
--------------------------------------------------------------------------------




------- Additional comments from s...@openoffice.org Thu Jan 15 13:09:40 +0000 
2009 -------
It is a memory problem. There is an heap overflow even with the new Saxon.

The document is valid (http://tools.odftoolkit.org/odfvalidator/) and quite
large in XML (content.xml 124MB and styles.xml 5MB).

You may see this when doing the XSL transformation on command line or adding the
JAVA parameter -DXSLTransformer.statsfile=/tmp/my.log
Where /tmp/my.log is an example path to your log file.

It did not help to add a bigger heap to the Java process, e.g.
 -Xms500m -Xmx800m 

The problem occurs in Saxon during the creation of the styles.
Perhaps it might help if not 100 MasterPage styles are being used, where most
are the same.

I made a quick attemp to fix it by not longer be able to access the flat XML and
the package format, neglecting the styles-file element in my globalData context
parameter.

This improved the performance, but triggered some regression.
It makes sense to fix this issue (refactor the sources), when dropping the flat
XML file format at all.

In any case I have to drop them for 3.1 due to schedule problems..

Svante


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to