From 4d30e82f49657828e5a9fe63ba39410b5a8b5d6f Mon Sep 17 00:00:00 2001 From: Alessandro Solimando Date: Thu, 18 Jul 2024 15:25:25 +0200 Subject: [PATCH] [CALCITE-6484] Sonar analysis fails intermittently due to OOM --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 49eb254a70fd..e3771d40c776 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 -Xmx1g -XX:MaxMetaspaceSize=512m +org.gradle.jvmargs=-XX:+UseG1GC -Xmx1.5g -XX:MaxMetaspaceSize=768m org.gradle.parallel=true # Build cache can be disabled with --no-build-cache option org.gradle.caching=true