zstan commented on code in PR #13201:
URL: https://github.com/apache/ignite/pull/13201#discussion_r3394585358


##########
deliveries/docker/apache-ignite/s390x/Dockerfile:
##########
@@ -23,10 +23,10 @@ FROM  s390x/ubuntu:20.04
 ARG IGNITE_VER
 
 # Set Environment Variables
-ENV JAVA_HOME="/opt/jdk-11.0.14.1+1"
+ENV JAVA_HOME="/opt/jdk-17.0.9.9"
 ENV IGNITE_HOME="/opt/apache-ignite-${IGNITE_VER}-bin"
 ENV PATH="${JAVA_HOME}/bin:/opt/apache-ignite-${IGNITE_VER}-bin/bin:${PATH}"
-ENV JDK_FILE="ibm-semeru-open-jdk_s390x_linux_11.0.14.1_1_openj9-0.30.1.tar.gz"
+ENV JDK_FILE="ibm-semeru-open-jdk_s390x_linux_17.0.9_9_openj9-0.41.0.tar.gz"

Review Comment:
   let`s change it to more fresh ? 
   
   
https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.19.0/ibm-semeru-open-17-jdk-17.0.19.0-1.s390x.rpm



##########
docs/_docs/perf-and-troubleshooting/memory-tuning.adoc:
##########
@@ -90,7 +90,7 @@ practices on GC logs and heap dumps collection.
 Below are sets of example JVM configurations for applications that can utilize 
Java Heap on server nodes heavily, thus
 triggering long — or frequent, short — stop-the-world GC pauses.
 
-For JDK 11+ deployments you should use G1 garbage collector.
+For JDK 17+ deployments you should use G1 garbage collector.

Review Comment:
   G1 - is default, let`s remove it



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to