ivanzlenko commented on code in PR #4668:
URL: https://github.com/apache/ignite-3/pull/4668#discussion_r1825615863


##########
packaging/common/linux/bootstrap-functions.sh:
##########
@@ -34,9 +34,15 @@ export LOGGING_JAVA_OPTS="
 
 export CLASSPATH="-classpath @INSTALL_DIR@/lib/@APP_JAR@:@INSTALL_DIR@/lib/* 
@MAIN_CLASS@"
 
+export JAVA_MEMORY_OPTIONS="-Xmx${JVM_MAX_MEM} -Xms${JVM_MIN_MEM}"

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to