amogh-jahagirdar commented on code in PR #13555: URL: https://github.com/apache/iceberg/pull/13555#discussion_r2219564581
########## spark/v4.0/build.gradle: ########## @@ -127,7 +127,7 @@ project(":iceberg-spark:iceberg-spark-${sparkMajorVersion}_${scalaVersion}") { tasks.withType(Test) { // Vectorized reads need more memory - maxHeapSize '2560m' + maxHeapSize '3160m' Review Comment: I ended up bumping this up since I'm seeing more frequent OOMs (in recent Spark CI workloads, and this change adds more tests which increase the frequency). Will need to take a look at where we can slim down at some point but for now bumping it 500mb didn't seem too crazy. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org