Skip to content

Commit

Permalink
Use String Deduplication (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmalloy authored Jun 11, 2024
1 parent 039acaa commit d29ab98
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
java -Djava.security.egd=file:/dev/./urandom "-Xmx${JASPER_HEAP:-512m}" "-Xms${JASPER_HEAP:-512m}" org.springframework.boot.loader.JarLauncher
java \
-Djava.security.egd=file:/dev/./urandom \
"-Xmx${JASPER_HEAP:-512m}" \
"-Xms${JASPER_HEAP:-512m}" \
-XX:+UseStringDeduplication \
org.springframework.boot.loader.JarLauncher

0 comments on commit d29ab98

Please sign in to comment.