Skip to content

Commit

Permalink
Try out Generational ZGC
Browse files Browse the repository at this point in the history
  • Loading branch information
MartelliEnrico authored Dec 31, 2024
1 parent 7518ec3 commit 0e78b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ COPY --from=builder /app/build/libs/Stickerify-shadow.jar .
COPY --from=builder /app/libwebp/bin/cwebp /usr/local/bin/
COPY --from=builder /app/libwebp/bin/dwebp /usr/local/bin/

CMD ["jre/bin/java", "-Dcom.sksamuel.scrimage.webp.binary.dir=/usr/local/bin/", "-jar", "Stickerify-shadow.jar"]
CMD ["jre/bin/java", "-Dcom.sksamuel.scrimage.webp.binary.dir=/usr/local/bin/", "-jar", "Stickerify-shadow.jar", "-XX:+UseZGC"]

0 comments on commit 0e78b7f

Please sign in to comment.