From 9deeed8ed28a451c9cc79372c0a6eb2a82cfd488 Mon Sep 17 00:00:00 2001 From: DavePearce Date: Wed, 4 Dec 2024 19:57:10 +1300 Subject: [PATCH] Increase memory available to Gradle This increases the memory available to Gradle, which hopefully might resolve the issue. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 412a0f2096..bf5c97a971 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,4 +5,4 @@ distributionIdentifier=linea-tracer distributionBaseUrl=https://artifacts.consensys.net/public/linea-besu/raw/names/linea-besu.tar.gz/versions/ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. -org.gradle.jvmargs=-Xmx4096m +org.gradle.jvmargs=-Xmx8192m