From: Adrian Cumiskey Date: Wed, 6 May 2009 11:13:49 +0000 (+0000) Subject: Added relevant link to http://xmlgraphics.apache.org/fop/trunk/running.html#memory. X-Git-Tag: fop-1_0~246 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7133e60492f3d25502c478980de64c64ebcc6df4;p=xmlgraphics-fop.git 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 --- 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"));]]> be processed by FOP more efficiently. Less is more: Try to make use of property inheritance where possible.
  • - 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 memory usage.