Commit a2365c90 authored by Noel Alonso's avatar Noel Alonso
Browse files

Actualiza configuración de JVM

parent b5ed1925
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
BASE_IMAGE_TAG=21-jdk-alpine-3.21
DIRPATH=/app
DEFAULT_JAVA_OPTS=-Djava.security.egd=file:/dev/./urandom -XshowSettings:vm -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -Dlog4j.formatMsgNoLookups=true -Duser.country=ES -Duser.language=es
DEFAULT_JAVA_OPTS=-XshowSettings:vm -XX:+PrintFlagsFinal -XX:InitialRAMPercentage=10.0 -XX:MinRAMPercentage=40.0 -XX:MaxRAMPercentage=50.0 -XX:+UseZGC -XX:+ZGenerational -Duser.country=ES -Duser.language=es
LOG_LEVEL=error