jun-he opened a new issue #1846: URL: https://github.com/apache/iceberg/issues/1846
## What is the issue While running `./gradlew clean build`, the gradle build fails with an error ``` Expiring Daemon because JVM heap space is exhausted Daemon will be stopped at the end of the build after running out of JVM memory ``` This happened with the following build setting ``` ./gradlew --version ------------------------------------------------------------ Gradle 5.4.1 ------------------------------------------------------------ Build time: 2019-04-26 08:14:42 UTC Revision: 261d171646b36a6a28d5a19a69676cd098a4c19d Kotlin: 1.3.21 Groovy: 2.5.4 Ant: Apache Ant(TM) version 1.9.13 compiled on July 10 2018 JVM: 1.8.0_181 (Oracle Corporation 25.181-b13) OS: Mac OS X 10.15.3 x86_64 ``` Tried a few different heap size settings and the build succeeded with the following setting (or larger heap size). ``` org.gradle.jvmargs=-Xmx768m ``` ---------------------------------------------------------------- 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]
