mirror of
https://github.com/postgres/postgres.git
synced 2025-08-06 18:42:54 +03:00
doc: Update memory requirements for FOP
Reported-by: Dave Page <dpage@pgadmin.org>
This commit is contained in:
@@ -511,11 +511,11 @@ checking for fop... fop
|
|||||||
file <filename>~/.foprc</filename>, for example:
|
file <filename>~/.foprc</filename>, for example:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
# FOP binary distribution
|
# FOP binary distribution
|
||||||
FOP_OPTS='-Xmx1000m'
|
FOP_OPTS='-Xmx1500m'
|
||||||
# Debian
|
# Debian
|
||||||
JAVA_ARGS='-Xmx1000m'
|
JAVA_ARGS='-Xmx1500m'
|
||||||
# Red Hat
|
# Red Hat
|
||||||
ADDITIONAL_FLAGS='-Xmx1000m'
|
ADDITIONAL_FLAGS='-Xmx1500m'
|
||||||
</programlisting>
|
</programlisting>
|
||||||
There is a minimum amount of memory that is required, and to some extent
|
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
|
more memory appears to make things a bit faster. On systems with very
|
||||||
|
Reference in New Issue
Block a user