Increase heap size for examples/flutter_view gradle build (#133064)

For the engine roll presubmit failure in https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20build_tests_3_3/10805/overview
This commit is contained in:
Zachary Anderson 2023-08-22 11:28:21 -07:00 committed by GitHub
parent c475409b8a
commit 6a2d1b94ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
org.gradle.jvmargs=-Xmx1536M
org.gradle.jvmargs=-Xmx4G
android.useAndroidX=true
android.enableJetifier=true