This is an automated email from the ASF dual-hosted git repository.

mpochatkin 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 ab65435b83d IGNITE-26537 Allow overriding JVM properties for CLI 
(#6662)
ab65435b83d is described below

commit ab65435b83ddc258036bc6c76d9e3927033a4c6d
Author: Vadim Pakhnushev <[email protected]>
AuthorDate: Wed Oct 1 11:22:29 2025 +0300

    IGNITE-26537 Allow overriding JVM properties for CLI (#6662)
---
 packaging/cli/start.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packaging/cli/start.sh b/packaging/cli/start.sh
index 281e940c963..0b424a921ad 100644
--- a/packaging/cli/start.sh
+++ b/packaging/cli/start.sh
@@ -28,4 +28,4 @@ DEFAULT_JVM_OPTS="-Dfile.encoding=UTF-8 \
     -XX:+ExitOnOutOfMemoryError \
     -XX:HeapDumpPath=${LOG_DIR}"
 
-${JAVACMD} ${DEFAULT_JVM_OPTS} -classpath ${CLASSPATH} ${MAIN_CLASS} "$@"
+${JAVACMD} ${DEFAULT_JVM_OPTS} ${IGNITE3_OPTS} -classpath ${CLASSPATH} 
${MAIN_CLASS} "$@"

Reply via email to