This is an automated email from the ASF dual-hosted git repository. dzamo pushed a commit to branch ci-mem-tweaks in repository https://gitbox.apache.org/repos/asf/drill.git
commit 52eb8469a31e69621df5d71a51d8af285e501eda Author: James Turton <ja...@somecomputer.xyz> AuthorDate: Tue Oct 24 08:46:22 2023 +0200 Tune the heap and direct memory limits applied to the test suite. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ecbf0a9bc9..a87d52c3d7 100644 --- a/pom.xml +++ b/pom.xml @@ -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>