pvary commented on a change in pull request #1495:
URL: https://github.com/apache/iceberg/pull/1495#discussion_r501277066
##########
File path: build.gradle
##########
@@ -470,6 +470,11 @@ project(':iceberg-mr') {
exclude group: 'org.apache.calcite.avatica'
}
}
+
+ test {
+ // testJoinTables / testScanTable
+ maxHeapSize '1500m'
Review comment:
The heap size was not set before. So I assume it was the default.
Based on this
[doc](https://docs.gradle.org/5.0/userguide/upgrading_version_4.html#rel5.0:default_memory_settings),
the default is 512MB
I have checked the other tests, and found we use 1500/2500 in some cases. I
figured that 1.5G should be enough as a first try, and it looks like it solved
the flakiness 😄
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]