Skip to content

Commit

Permalink
#1455 | Tweak gradle jvmargs to address gradle build daemon disappeared
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Jul 18, 2024
1 parent 3913722 commit 7de225e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openchs-android/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ org.gradle.daemon=true
#android.enableD8.desugaring=false
android.useAndroidX=true
android.enableJetifier=true
org.gradle.jvmargs=-Xmx3608M
org.gradle.jvmargs=-Xmx2048M -XX:MaxMetaspaceSize=1g
FLIPPER_VERSION=0.182.0
# Use this property to enable or disable the Hermes JS engine.
# If set to false, you will be using JSC instead.
Expand Down

0 comments on commit 7de225e

Please sign in to comment.