Skip to content

Commit f11b3bc

Browse files
Build: Increase Gradle JVM heap size to 4g (#595)
Increased the `org.gradle.jvmargs` from -Xmx2048m to -Xmx4g in `gradle.properties` to provide more heap space for the Gradle daemon. This helps prevent out-of-memory errors during large builds. Co-authored-by: Florina Muntenescu <[email protected]>
1 parent 39218cc commit f11b3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1212
# org.gradle.parallel=true
1313
#Mon May 22 14:59:56 BST 2023
14-
org.gradle.jvmargs=-Xmx2048m
14+
org.gradle.jvmargs=-Xmx4g
1515

1616
# Turn on parallel compilation, caching and on-demand configuration
1717
org.gradle.configureondemand=true

0 commit comments

Comments
 (0)