Selaa lähdekoodia

Merge pull request #11557 from jsoberg/js/increasing-default-heap-space

Increase max heap space in base gradle.properties
Andy Scherzinger 2 vuotta sitten
vanhempi
commit
4af60e69dc
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      gradle.properties

+ 3 - 0
gradle.properties

@@ -8,3 +8,6 @@ android.defaults.buildfeatures.buildconfig=true
 android.nonTransitiveRClass=false
 android.nonFinalResIds=false
 #android.debug.obsoleteApi=true
+
+# Minimum max heap space to get reliable builds
+org.gradle.jvmargs=-Xmx1g