vdiravka commented on a change in pull request #2293:
URL: https://github.com/apache/drill/pull/2293#discussion_r731670173



##########
File path: .github/workflows/ci.yml
##########
@@ -57,7 +58,8 @@ jobs:
           distribution: 'adopt'
           java-version: ${{ matrix.java }}
       - name: Build and test
-        run: mvn install -V -ntp -DdirectMemoryMb=2500 -DmemoryMb=2000 # Note: 
the total GitHub Actions memory is 7000Mb
+        # The total GitHub Actions memory is 7000Mb. But GitHub CI requires 
some memory for the container to perform tests
+        run: mvn install --batch-mode --no-transfer-progress # -X -V for 
debugging

Review comment:
       Yes. They are minimum needed for tests and common for all ENVs now
   
   
![image](https://user-images.githubusercontent.com/11904420/137882292-a87c850e-9d69-4d89-80b5-99a5ae6dc493.png)
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to