From bbc6ef837c02f9f390f9613530130610cb351d6f Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Tue, 18 Jul 2023 23:12:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=A4=A7=20JVM=20=E5=86=85?= =?UTF-8?q?=E5=AD=98=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5fae0d67..c805722a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ kotlin.parallel.tasks.in.project=true kotlin.incremental.useClasspathSnapshot=true org.gradle.caching=true org.gradle.configureondemand=true -org.gradle.jvmargs=-Xmx2g -XX:+UseParallelGC -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8 org.gradle.parallel=true # org.gradle.unsafe.configuration-cache=true booster.transform.r.inline.ignores=android/*,androidx/*,com/huanchengfly/tieba/post/R$color