Skip to content

Commit

Permalink
add new gc
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-yur committed Aug 6, 2024
1 parent 62eb6b4 commit 1a632d3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,23 @@
</build>
</profile>

<profile>
<id>compacting-gc</id>
<build>
<plugins>
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<configuration>
<imageName>compacting-gc</imageName>
<buildArgs>
<buildArg>-H:+CompactingOldGen</buildArg>
</buildArgs>
</configuration>
</plugin>
</plugins>
</build>
</profile>

</profiles>
</project>

0 comments on commit 1a632d3

Please sign in to comment.