Bump memory usage for flutter gallery (#132968)

Fixes https://github.com/flutter/flutter/issues/131006
Flakes related to out of memory in gradle when running tests. 

Opted not to add enforcement for gradle.properties in https://github.com/flutter/flutter/blob/master/dev/bots/analyze.dart because the memory usage has been stable for 6 years and not every example needs more memory.
This commit is contained in:
Reid Baker 2023-08-21 11:07:56 -07:00 committed by GitHub
parent aeddab428d
commit 0c78dce529
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