Skip to content

Commit 63f3a6c

Browse files
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.
1 parent 0b8ab33 commit 63f3a6c

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=--Xmx4g
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)