Skip to content

Commit

Permalink
Disable JVM monitoring in native images
Browse files Browse the repository at this point in the history
Disable monitoring due to oracle/graal#5303, reported via projectnessie#5900.
  • Loading branch information
snazy committed Jan 19, 2023
1 parent f826708 commit f1bcbb4
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 f1bcbb4

Please sign in to comment.