Reduce Gradle memory allocation from 2-4GB to 512MB-2GB
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
org.gradle.jvmargs=-Xms2G -Xmx4G -Dfile.encoding=UTF-8 --enable-native-access=ALL-UNNAMED
|
org.gradle.jvmargs=-Xms512M -Xmx2G -Dfile.encoding=UTF-8 --enable-native-access=ALL-UNNAMED
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
|
|||||||
Reference in New Issue
Block a user