nastra commented on code in PR #5530: URL: https://github.com/apache/iceberg/pull/5530#discussion_r984331879
########## gradle.properties: ########## @@ -24,4 +24,4 @@ systemProp.knownSparkVersions=2.4,3.0,3.1,3.2,3.3 systemProp.defaultScalaVersion=2.12 systemProp.knownScalaVersions=2.12,2.13 org.gradle.parallel=true -org.gradle.jvmargs=-Xmx768m +org.gradle.jvmargs=-Xmx1024m Review Comment: it seems that the plugin needs slightly more memory as it was running OOM with 768M -- 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]
