This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new ac60865cc0 NIFI-14834 Added default JVM memory description to the
Docker README (#10183)
ac60865cc0 is described below
commit ac60865cc072b03e6441cf6bee7a3c3cabc4b3e8
Author: Chun-Sheng, Li <[email protected]>
AuthorDate: Sat Aug 9 02:20:03 2025 +0800
NIFI-14834 Added default JVM memory description to the Docker README
(#10183)
Signed-off-by: David Handermann <[email protected]>
---
nifi-docker/dockerhub/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-docker/dockerhub/README.md b/nifi-docker/dockerhub/README.md
index 684eef9638..f1aeded377 100644
--- a/nifi-docker/dockerhub/README.md
+++ b/nifi-docker/dockerhub/README.md
@@ -263,7 +263,7 @@ can be published to the host.
| Remote Input Socket Port | nifi.remote.input.socket.port | 10000 |
| JVM Debugger | java.arg.debug | 8000 |
-The JVM Memory initial and maximum heap size can be set using the
`NIFI_JVM_HEAP_INIT` and `NIFI_JVM_HEAP_MAX` environment variables. These use
values acceptable to the JVM `Xmx` and `Xms` parameters such as `1g` or `512m`.
+The JVM Memory initial and maximum heap size can be set using the
`NIFI_JVM_HEAP_INIT` and `NIFI_JVM_HEAP_MAX` environment variables. These use
values acceptable to the JVM `Xmx` and `Xms` parameters such as `1g` or `512m`.
By default, these parameters are `1g`.
The JVM Debugger can be enabled by setting the environment variable
NIFI_JVM_DEBUGGER to any value.