Author: acumiskey
Date: Tue May 5 16:06:43 2009
New Revision: 771874
URL: http://svn.apache.org/viewvc?rev=771874&view=rev
Log:
Added tip for reducing memory consumption.
Modified:
xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/embedding.xml
Modified:
xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/embedding.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/embedding.xml?rev=771874&r1=771873&r2=771874&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/embedding.xml
(original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/embedding.xml
Tue May 5 16:06:43 2009
@@ -557,6 +557,10 @@
Fine-tune your stylesheet to make the XSLT process more efficient and
to create XSL-FO that can
be processed by FOP more efficiently. Less is more: Try to make use of
property inheritance where possible.
</li>
+ <li>
+ Document Layout in FOP is processed at page sequence level, so try to
break up the content of your documents
+ into as many page sequences as possible to reduce memory consumption.
+ </li>
</ul>
</section>
<section id="multithreading">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]