diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2009-05-05 16:06:43 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2009-05-05 16:06:43 +0000 |
commit | 6b02f658933e67cbf58d8c70b41b490ee0e5d027 (patch) | |
tree | 236993b8ca4d8089b00abf09e7951b3a2599753b /src/documentation/content | |
parent | 65cc46dec3ade80e28405bc81a6219f095fb7143 (diff) | |
download | xmlgraphics-fop-6b02f658933e67cbf58d8c70b41b490ee0e5d027.tar.gz xmlgraphics-fop-6b02f658933e67cbf58d8c70b41b490ee0e5d027.zip |
Added tip for reducing memory consumption.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@771874 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r-- | src/documentation/content/xdocs/trunk/embedding.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/embedding.xml b/src/documentation/content/xdocs/trunk/embedding.xml index 95e96104b..dfa362c4f 100644 --- a/src/documentation/content/xdocs/trunk/embedding.xml +++ b/src/documentation/content/xdocs/trunk/embedding.xml @@ -557,6 +557,10 @@ fopFactory.setUserConfig(new File("C:/Temp/mycfg.xml"));]]></source> 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"> |