mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
998208305e
See https://github.com/mozilla-mobile/fenix/pull/26542 for more discussion. Also specify a lower maximum heap size more in line with other projects and remove some redundant settings in other gradle.properties files. Differential Revision: https://phabricator.services.mozilla.com/D155179
7 lines
275 B
Properties
7 lines
275 B
Properties
org.gradle.parallel=true
|
|
org.gradle.daemon=true
|
|
# Be careful when changing org.gradle.jvmargs below. It will clobber
|
|
# any defaults set by Gradle: https://github.com/gradle/gradle/issues/19750
|
|
org.gradle.jvmargs=-Xmx8g -Xms2g -XX:MaxMetaspaceSize=6g
|
|
android.useAndroidX=true
|