]> granicus.if.org Git - postgresql/commitdiff
doc: Update memory requirements for FOP
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 5 Dec 2017 20:29:24 +0000 (15:29 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 5 Dec 2017 20:41:56 +0000 (15:41 -0500)
Reported-by: Dave Page <dpage@pgadmin.org>
doc/src/sgml/docguide.sgml

index 090ca958350a90c2c5fac53347748fe15121bfab..b4338e0e73db14f4abfd9cf644db5bdca87ca5f9 100644 (file)
@@ -336,11 +336,11 @@ checking for fop... fop
     file <filename>~/.foprc</filename>, for example:
 <programlisting>
 # FOP binary distribution
-FOP_OPTS='-Xmx1000m'
+FOP_OPTS='-Xmx1500m'
 # Debian
-JAVA_ARGS='-Xmx1000m'
+JAVA_ARGS='-Xmx1500m'
 # Red Hat
-ADDITIONAL_FLAGS='-Xmx1000m'
+ADDITIONAL_FLAGS='-Xmx1500m'
 </programlisting>
     There is a minimum amount of memory that is required, and to some extent
     more memory appears to make things a bit faster.  On systems with very