ajantha-bhat commented on code in PR #7045:
URL: https://github.com/apache/iceberg/pull/7045#discussion_r1134997435


##########
.github/workflows/java-ci.yml:
##########
@@ -87,6 +87,11 @@ jobs:
       with:
         distribution: zulu
         java-version: 8
+    # Setup Gradle properties, heap requirements are for 
`:iceberg-spark:iceberg-spark-3.3_2.12:checkstyleMain`.
+    - name: Setup gradle.properties
+      run: |
+        mkdir -p ~/.gradle
+        echo "org.gradle.jvmargs=-Xmx2048m" >> ~/.gradle/gradle.properties

Review Comment:
   Once, I changed to global config. Task has failed again 😞 
   
   I don't see any log printing the gradle daemon configuration used to confirm 
it is using 2GB. 



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to