Skip to content

Commit

Permalink
Increase memory available to Gradle
Browse files Browse the repository at this point in the history
This increases the memory available to Gradle, which hopefully might
resolve the issue.
  • Loading branch information
DavePearce committed Dec 5, 2024
1 parent 7bfea8b commit 8f8dc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8f8dc69

Please sign in to comment.