From 4fb8c2f4b2a33659a181969181a079570be9b7bf Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:54:03 +0800 Subject: [PATCH] org.gradle.jvmargs=-Xmx4096m --- V2rayNG/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V2rayNG/gradle.properties b/V2rayNG/gradle.properties index 8126f5d5..6f65f16e 100644 --- a/V2rayNG/gradle.properties +++ b/V2rayNG/gradle.properties @@ -6,7 +6,7 @@ # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. -org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8 # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. For more details, visit # https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects