Skip to content

Commit

Permalink
Adjust GC related settings for tests
Browse files Browse the repository at this point in the history
To exclude the possibility of GCLocker and PreventiveGC related issues
  • Loading branch information
arhimondr committed Jan 9, 2023
1 parent dae2060 commit 163ecac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
Force bigger region size in attempt to help G1 utilize heap fully. -->
<air.test.jvm.additional-arguments>
-XX:G1HeapRegionSize=32M
-XX:+UnlockDiagnosticVMOptions
<!-- bump from default of 2 -->
-XX:GCLockerRetryAllocationCount=10
-XX:-G1UsePreventiveGC
</air.test.jvm.additional-arguments>

<air.javadoc.lint>-missing</air.javadoc.lint>
Expand Down

0 comments on commit 163ecac

Please sign in to comment.