Skip to content

Commit

Permalink
Disable JVM monitoring in native images (#5903)
Browse files Browse the repository at this point in the history
Disable monitoring due to oracle/graal#5303, reported via #5900.
  • Loading branch information
snazy authored Jan 19, 2023
1 parent 9629cdc commit 611e05e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,10 @@ quarkus.native.additional-build-args=\
-J-Duser.language=en,\
-J-Duser.country=US,\
-J-Duser.variant=,\
-J-Dfile.encoding=UTF-8,\
--enable-monitoring
-J-Dfile.encoding=UTF-8
# Disable monitoring due to https://github.com/oracle/graal/issues/5303, reported via
# https://github.com/projectnessie/nessie/issues/5900
# --enable-monitoring

## quarkus container specific settings
# fixed at buildtime
Expand Down

0 comments on commit 611e05e

Please sign in to comment.