Browse Source

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

Increase max heap space in base gradle.properties
Andy Scherzinger 1 năm trước cách đây
mục cha
commit
4af60e69dc
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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