Skip to content

Commit

Permalink
Reduce MaxRAMPercentage from 90% to 80% (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
nscuro authored Aug 9, 2024
1 parent 53a28e2 commit 68ef21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ENV TZ=Etc/UTC \
# Dependency-Track's default logging level
LOGGING_LEVEL=INFO \
# JVM Options that are passed at runtime by default
JAVA_OPTIONS="-XX:+UseG1GC -XX:+UseStringDeduplication -XX:MaxGCPauseMillis=250 -XX:MaxRAMPercentage=90.0" \
JAVA_OPTIONS="-XX:+UseG1GC -XX:+UseStringDeduplication -XX:MaxGCPauseMillis=250 -XX:MaxRAMPercentage=80.0" \
# JVM Options that can be passed at runtime, while maintaining also those set in JAVA_OPTIONS.
# e.g. EXTRA_JAVA_OPTIONS="-Dlogback.configurationFile=logback-json.xml"
EXTRA_JAVA_OPTIONS="" \
Expand Down

0 comments on commit 68ef21b

Please sign in to comment.