summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-12-05 15:29:24 -0500
committerPeter Eisentraut <peter_e@gmx.net>2017-12-05 15:41:59 -0500
commit54b5c8c2f1168108305f1ba3f036af679bbda252 (patch)
tree7262742a08911350cfc6d38814200c838bf68c4c /doc/src
parent778e78ae9fa51e58f41cbdc72b293291d02d8984 (diff)
doc: Update memory requirements for FOP
Reported-by: Dave Page <dpage@pgadmin.org>
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/docguide.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml
index ff58a173356..029c64580ae 100644
--- a/doc/src/sgml/docguide.sgml
+++ b/doc/src/sgml/docguide.sgml
@@ -511,11 +511,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