mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
doc: Update memory requirements for FOP
Reported-by: Dave Page <dpage@pgadmin.org>
This commit is contained in:
parent
2c09a5c12a
commit
8097d189cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user