From 7133e60492f3d25502c478980de64c64ebcc6df4 Mon Sep 17 00:00:00 2001 From: Adrian Cumiskey Date: Wed, 6 May 2009 11:13:49 +0000 Subject: [PATCH] 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 --- src/documentation/content/xdocs/trunk/embedding.xml | 3 +-- 1 file changed, 1 insertion(+), 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"));]]> 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.
  • -- 2.39.5