From 134e7fb49368e4091cc16d5c91182ca5e464f604 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Paz Date: Fri, 10 May 2024 17:03:28 -0400 Subject: [PATCH 1/2] Remove properties not supported by java 17 --- vertexai/gradle.properties | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vertexai/gradle.properties b/vertexai/gradle.properties index d6469edfb..22954d4fd 100644 --- a/vertexai/gradle.properties +++ b/vertexai/gradle.properties @@ -2,9 +2,7 @@ # http://www.gradle.org/docs/current/userguide/build_environment.html # # Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -# Default value: -Xmx1024m -XX:MaxPermSize=256m - org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xmx8g # # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit From 9569bc3a93208a4a398cd89b6ae6a700a05afd50 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Date: Mon, 13 May 2024 07:24:50 -0400 Subject: [PATCH 2/2] Update vertexai/gradle.properties MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rosário P. Fernandes --- vertexai/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertexai/gradle.properties b/vertexai/gradle.properties index 22954d4fd..29d958532 100644 --- a/vertexai/gradle.properties +++ b/vertexai/gradle.properties @@ -2,7 +2,7 @@ # http://www.gradle.org/docs/current/userguide/build_environment.html # # Specifies the JVM arguments used for the daemon process. -org.gradle.jvmargs=-Xmx8g +org.gradle.jvmargs=-Xmx2048m # # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit