This is an automated email from the ASF dual-hosted git repository. sereda pushed a commit to branch site in repository https://gitbox.apache.org/repos/asf/calcite.git
commit eff9080716ba2ca64eb376006b02eb5134a42cb2 Author: Andrei Sereda <[email protected]> AuthorDate: Thu Jul 21 00:36:15 2022 -0400 [CALCITE-5096] Increase gradle build heap size from 512m to 1g --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9d746286bc..baf4cf1960 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -org.gradle.jvmargs=-XX:+UseG1GC -Xmx512m -XX:MaxMetaspaceSize=512m +org.gradle.jvmargs=-XX:+UseG1GC -Xmx1g -XX:MaxMetaspaceSize=512m org.gradle.parallel=true # Build cache can be disabled with --no-build-cache option org.gradle.caching=true
