Skip to content

Commit

Permalink
build: try to adjust gradle jvm arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Dec 6, 2024
1 parent 9d05290 commit cbb74b0
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 @@ -7,4 +7,4 @@ android.enableJetifier=false
android.useAndroidX=true

# enlarge heap size to 2GB
org.gradle.jvmargs=-Xmx2048M -XX:+UseParallelGC
org.gradle.jvmargs=-Xmx2048M -XX:+UseZGC -XX:+HeapDumpOnOutOfMemoryError

0 comments on commit cbb74b0

Please sign in to comment.