Skip to content

Commit

Permalink
Merge pull request #3893 from DependencyTrack/enable-jvm-string-dedupe
Browse files Browse the repository at this point in the history
Enable string de-duplication JVM option per default
  • Loading branch information
nscuro authored Jun 28, 2024
2 parents a3918ba + f8de879 commit a0407b4
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 3 deletions.
24 changes: 23 additions & 1 deletion .idea/runConfigurations/Jetty with H2 Console.run.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 23 additions & 1 deletion .idea/runConfigurations/Jetty.run.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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:+UseParallelGC -XX:MaxRAMPercentage=90.0" \
JAVA_OPTIONS="-XX:+UseParallelGC -XX:+UseStringDeduplication -XX:MaxRAMPercentage=90.0" \
# JVM Options that can be passed at runtime, while maintaining also those set in JAVA_OPTIONS
EXTRA_JAVA_OPTIONS="" \
# The web context defaults to the root. To override, supply an alternative context which starts with a / but does not end with one
Expand Down

0 comments on commit a0407b4

Please sign in to comment.