Skip to content
  • Sponsor nextcloud/android

  • Notifications You must be signed in to change notification settings
  • Fork 1.8k

Commit aa3c87a

Browse files
committedDec 5, 2024··
increase org.gradle.jvmargs
Signed-off-by: alperozturk <alper_ozturk@proton.me>
1 parent 565158c commit aa3c87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android.nonFinalResIds=false
1313

1414

1515
# JVM arguments to optimize heap usage, enable heap dump on out-of-memory errors, and set the file encoding
16-
org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
16+
org.gradle.jvmargs=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
1717
org.gradle.dependency.verification.console=verbose
1818
kotlin.daemon.jvmargs=-Xmx6144m -XX:+UseParallelGC
1919
org.gradle.caching=true

0 commit comments

Comments
 (0)
Please sign in to comment.