mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
8b804e3125
Looks like 6G is not enough for an ASAN build when updating the gradle version. I tried 8G and 16G on try but that's not enough either. This also: * Moves the asan job to `b-linux-large` as the `b-linux` builder does not have enough memory to run this build. * Stops running a full build during lints, which is not necessary (and sometimes uses more memory than the build runner has, failing the lint). Differential Revision: https://phabricator.services.mozilla.com/D123970
5 lines
103 B
INI
5 lines
103 B
INI
org.gradle.parallel=true
|
|
org.gradle.daemon=true
|
|
org.gradle.jvmargs=-Xmx32768M
|
|
android.useAndroidX=true
|