rpuch commented on code in PR #4668:
URL: https://github.com/apache/ignite-3/pull/4668#discussion_r1829073687
##########
packaging/docker/docker-compose.yml:
##########
@@ -20,6 +20,9 @@ name: ignite3
x-ignite-def:
&ignite-def
image: apacheignite/ignite3:${IGNITE3_VERSION:-latest}
+ environment:
+ JVM_MAX_MEM: "4096m"
Review Comment:
4g?
##########
packaging/docker/Dockerfile:
##########
@@ -15,6 +15,13 @@ ENV JAVA_HOME=/opt/java/openjdk
ENV PATH="${JAVA_HOME}/bin:${PATH}"
COPY --from=jre-build /javaruntime $JAVA_HOME
+# Set default memory and GC configuration
+ENV JVM_MAX_MEM="16384m"
Review Comment:
How about `16g` instead of `16384m`?
--
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]