Skip to content

Commit

Permalink
Merge pull request #11 from graalvm/fniephaus/g1gc
Browse files Browse the repository at this point in the history
Ensure G1 GC is only enabled on Linux.
  • Loading branch information
shaunsmith authored Oct 29, 2024
2 parents 8bc6176 + 5c0f1a7 commit 718c0c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graalwasm/graalwasm-micronaut-photon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<id>enable-g1gc</id>
<activation>
<os>
<family>unix</family>
<name>Linux</name>
</os>
</activation>
<build>
Expand Down
2 changes: 1 addition & 1 deletion graalwasm/graalwasm-spring-boot-photon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<id>enable-g1gc</id>
<activation>
<os>
<family>unix</family>
<name>Linux</name>
</os>
</activation>
<build>
Expand Down

0 comments on commit 718c0c8

Please sign in to comment.