Skip to content

Commit

Permalink
change monitoring option to --enable-monitoring=jmx
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiscript committed Jan 28, 2024
1 parent 28dbce0 commit 0f1e992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game-of-life-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<arg>--gc=serial</arg>
<arg>-O2</arg>
<arg>--pgo</arg>
<arg>--enable-monitoring=heapdump</arg>
<arg>--enable-monitoring=jmx</arg>
</buildArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit 0f1e992

Please sign in to comment.