Browse Source

build: increase java heap space

Useful for android release builds
Arnaud Vergnet 2 years ago
parent
commit
cb3af52483
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      android/gradle.properties

+ 4
- 0
android/gradle.properties View File

@@ -25,3 +25,7 @@ android.useAndroidX=true
25 25
 android.enableJetifier=true
26 26
 # Version of flipper SDK to use with React Native
27 27
 FLIPPER_VERSION=0.93.0
28
+# Increase Java heap size for compilation
29
+org.gradle.jvmargs=-Xmx2048M
30
+
31
+

Loading…
Cancel
Save