This is an automated email from the ASF dual-hosted git repository.

vitalii pushed a commit to branch DRILL-7930
in repository https://gitbox.apache.org/repos/asf/drill.git

commit 6981a9a58da36ec85978762c4dc7280123877408
Author: Vitalii Diravka <[email protected]>
AuthorDate: Mon May 17 00:41:57 2021 +0300

    DRILL-7930: Fix GitHub actions
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 42bc8a3..27cb120 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
           distribution: 'adopt'
           java-version: ${{ matrix.java }}
       - name: Build and test
-        run: mvn install -V -ntp -DdirectMemoryMb=4500 -DmemoryMb=1300
+        run: mvn install -V -ntp -DdirectMemoryMb=5000 -DmemoryMb=1300
 
   checkstyle_protobuf:
     name: Run checkstyle and generate protobufs

Reply via email to