Skip to content

Commit

Permalink
Ensure G1 GC is only enabled on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 29, 2024
1 parent 8bc6176 commit 5c0f1a7
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 5c0f1a7

Please sign in to comment.