Make properties be 4 GB to intentionally fail build
Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
+1
-3
@@ -13,9 +13,7 @@ android.r8.maxWorkers=4
|
||||
kotlin.code.style=official
|
||||
|
||||
org.gradle.caching=true
|
||||
# Lawnchair-TODO: Make this a 4g instead
|
||||
# Lawnchair-TODO: Make CI not complaining about OOM on Kotlin compilation
|
||||
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8 -XX:+UseParallelGC Dkotlin.daemon.jvm.options=-Xmx2g,Xms1g
|
||||
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8 -XX:+UseParallelGC
|
||||
org.gradle.parallel=true
|
||||
org.gradle.configuration-cache=true
|
||||
org.gradle.configuration-cache.parallel=true
|
||||
|
||||
Reference in New Issue
Block a user