From afcbc22c2381689b14d2f6592f186cc3e4419ccc Mon Sep 17 00:00:00 2001 From: EdwinBetanc0urt Date: Sun, 20 Oct 2024 22:57:29 -0400 Subject: [PATCH] fix `JAVA_OPTIONS` documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fe7c9d..76c28a5 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ To use this Docker image you must have your Docker engine version greater than o * `SERVER_PORT`: Port to access Adempiere-Backend from outside of the container. Default: `50059`. * `SERVER_LOG_LEVEL`: Log Level. Default: `WARNING`. * `TZ`: (Time Zone) Indicates the time zone to set in the nginx-based container, the default value is `America/Caracas` (UTC -4:00). - * `JAVA_OPTIONS`: Custom settings to the Java Virtual Machine (JVM) . + * `JAVA_OPTIONS`: Custom settings to the Java Virtual Machine (JVM). Default: `-Xms64M -Xmx1512M`. You can download the last image from docker hub, just run the follow command: