Skip to content

Commit

Permalink
change --enable-monitoring=all to --enable-monitoring=heapdump
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiscript committed Jan 29, 2024
1 parent 7c7ed15 commit d673d8b
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 @@ -48,7 +48,7 @@
<arg>--install-exit-handlers</arg>
<arg>--gc=serial</arg>
<arg>-O2</arg>
<arg>--enable-monitoring=all</arg>
<arg>--enable-monitoring=heapdump</arg>
</buildArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit d673d8b

Please sign in to comment.