]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added relevant link to http://xmlgraphics.apache.org/fop/trunk/running.html#memory.
authorAdrian Cumiskey <acumiskey@apache.org>
Wed, 6 May 2009 11:13:49 +0000 (11:13 +0000)
committerAdrian Cumiskey <acumiskey@apache.org>
Wed, 6 May 2009 11:13:49 +0000 (11:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@772147 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/trunk/embedding.xml

index dfa362c4f2d0ce5904673604abd8aed6ed0bd409..362062bbeb87d78ac1f8cbcaca45979b3366d125 100644 (file)
@@ -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>