Skip to content

Commit

Permalink
Try out ZGC
Browse files Browse the repository at this point in the history
  • Loading branch information
schnapster committed Jan 11, 2025
1 parent 1caddf3 commit aeb2a90
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker/deploy/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,11 @@ services:
- -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
- -XX:+EnableDynamicAgentLoading
- -Xlog:gc*:logs/gc/gc-%t.log::filesize=1g
- -XX:+UseG1GC
- -XX:+ParallelRefProcEnabled
- -XX:+UseStringDeduplication
#- -XX:+ParallelRefProcEnabled
#- -XX:+UseStringDeduplication
#- -XX:+UseG1GC
- -XX:+UseZGC
- -XX:+ZGenerational
- -jar
- wolfia.jar

Expand Down

0 comments on commit aeb2a90

Please sign in to comment.