Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 54b5c8c

Browse files
committed
doc: Update memory requirements for FOP
Reported-by: Dave Page <dpage@pgadmin.org>
1 parent 778e78a commit 54b5c8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/docguide.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,11 +511,11 @@ checking for fop... fop
511511
file <filename>~/.foprc</filename>, for example:
512512
<programlisting>
513513
# FOP binary distribution
514-
FOP_OPTS='-Xmx1000m'
514+
FOP_OPTS='-Xmx1500m'
515515
# Debian
516-
JAVA_ARGS='-Xmx1000m'
516+
JAVA_ARGS='-Xmx1500m'
517517
# Red Hat
518-
ADDITIONAL_FLAGS='-Xmx1000m'
518+
ADDITIONAL_FLAGS='-Xmx1500m'
519519
</programlisting>
520520
There is a minimum amount of memory that is required, and to some extent
521521
more memory appears to make things a bit faster. On systems with very

0 commit comments

Comments
 (0)