mirror of
https://github.com/samsonjs/media.git
synced 2026-03-30 10:15:48 +00:00
Increase gradle heap size
The update to Gradle 5.1.1 decreased the default heap size to 512MB and our build runs into Out-of-Memory errors. Setting the gradle flags to higher values instead. See https://developer.android.com/studio/releases/gradle-plugin#3-4-0 PiperOrigin-RevId: 247908526
This commit is contained in:
parent
1b9d018296
commit
bef386bea8
1 changed files with 1 additions and 0 deletions
|
|
@ -3,3 +3,4 @@ android.useAndroidX=true
|
|||
android.enableJetifier=true
|
||||
android.enableUnitTestBinaryResources=true
|
||||
buildDir=buildout
|
||||
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m
|
||||
|
|
|
|||
Loading…
Reference in a new issue