Default XMX ratio back to 0.25

This commit is contained in:
Daniel Berteaud 2024-04-05 10:33:43 +02:00
parent ecb47a1464
commit aaebe5a8b7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ ARG JMX_EXPORTER_VERSION=0.19.0
ENV MINIT_LOG_DIR=none \
LANG=[[ .locale.lang ]] \
TZ=[[ .locale.tz ]] \
JVM_XMX_RATIO=0.3
JVM_XMX_RATIO=0.25
ADD https://git.lapiole.org/nomad/base_tools.git#master /
RUN set -euxo pipefail &&\