Skip to content

Commit

Permalink
WINDUPRULE-1009 More memory for tests with JDK 9+ (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrizzi committed Jun 6, 2023
1 parent f8525fb commit c27e8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<jdk>[9,)</jdk>
</activation>
<properties>
<arguments>-Xms512m -Xmx4096m -XX:ReservedCodeCacheSize=128m --add-modules java.se</arguments>
<arguments>-Xms1024m -Xmx8192m -XX:ReservedCodeCacheSize=128m --add-modules java.se</arguments>
</properties>
</profile>

Expand Down

0 comments on commit c27e8ca

Please sign in to comment.