diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2009-05-06 11:13:49 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2009-05-06 11:13:49 +0000 |
commit | 7133e60492f3d25502c478980de64c64ebcc6df4 (patch) | |
tree | d6b0b06336ad846b89e9a1cc6a85819a1edaa251 /src/documentation/content | |
parent | 6b02f658933e67cbf58d8c70b41b490ee0e5d027 (diff) | |
download | xmlgraphics-fop-7133e60492f3d25502c478980de64c64ebcc6df4.tar.gz xmlgraphics-fop-7133e60492f3d25502c478980de64c64ebcc6df4.zip |
Added relevant link to http://xmlgraphics.apache.org/fop/trunk/running.html#memory.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@772147 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r-- | src/documentation/content/xdocs/trunk/embedding.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/trunk/embedding.xml b/src/documentation/content/xdocs/trunk/embedding.xml index dfa362c4f..362062bbe 100644 --- a/src/documentation/content/xdocs/trunk/embedding.xml +++ b/src/documentation/content/xdocs/trunk/embedding.xml @@ -558,8 +558,7 @@ fopFactory.setUserConfig(new File("C:/Temp/mycfg.xml"));]]></source> 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. + You may also wish to consider trying to reduce <a href="http://xmlgraphics.apache.org/fop/trunk/running.html#memory">memory usage</a>. </li> </ul> </section> |