Skip to content

Commit c0bebd8

Browse files
committed
build: increase Gradle Xmx and Metaspace
1 parent 706ae32 commit c0bebd8

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
@@ -1,7 +1,7 @@
11
#########################
22
# Gradle settings
33
#########################
4-
org.gradle.jvmargs = -Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
4+
org.gradle.jvmargs = -Xmx4g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
55
org.gradle.parallel = true
66
org.gradle.caching = true
77
org.gradle.configuration-cache = false

0 commit comments

Comments
 (0)