Skip to content

Commit

Permalink
Tune the heap and direct memory limits applied to the test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnturton committed Oct 24, 2023
1 parent 84886c5 commit 52eb846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
<javax.validation.api>2.0.1.Final</javax.validation.api>
<asm.version>9.5</asm.version>
<excludedGroups />
<memoryMb>2500</memoryMb>
<directMemoryMb>4500</directMemoryMb>
<memoryMb>2560</memoryMb>
<directMemoryMb>2560</directMemoryMb>
<rat.skip>true</rat.skip>
<license.skip>true</license.skip>
<docker.repository>apache/drill</docker.repository>
Expand Down

0 comments on commit 52eb846

Please sign in to comment.