This is an automated email from the ASF dual-hosted git repository.
rpuch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new a5d5bd0c9c IGNITE-23614 Declare IGNITE3_EXTRA_JVM_ARGS as an ENV
variable in Dockerfile (#4680)
a5d5bd0c9c is described below
commit a5d5bd0c9c48a341f66d3112a4e5daa7708e5b78
Author: Roman Puchkovskiy <[email protected]>
AuthorDate: Tue Nov 5 18:36:27 2024 +0400
IGNITE-23614 Declare IGNITE3_EXTRA_JVM_ARGS as an ENV variable in
Dockerfile (#4680)
---
packaging/docker/Dockerfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/packaging/docker/Dockerfile b/packaging/docker/Dockerfile
index e1c6849ea5..25f9b15018 100644
--- a/packaging/docker/Dockerfile
+++ b/packaging/docker/Dockerfile
@@ -22,6 +22,8 @@ ENV JVM_MIN_MEM="16g"
ENV JVM_GC="G1GC"
ENV JVM_G1HeapRegionSize="32M"
+ENV IGNITE3_EXTRA_JVM_ARGS=""
+
# Copy and setup DB app
ENV IGNITE_HOME=/opt/ignite