From e223da41e167099767aedfc730e651d5d2d6ada3 Mon Sep 17 00:00:00 2001 From: Maxr1998 Date: Sat, 6 Nov 2021 22:00:05 +0100 Subject: [PATCH] Remove "MaxPermSize" from jvmargs Setting was removed in Java 17, thus is now unnecessary. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 49098c15..63d25074 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ # # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. -org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=512m -XX:MaxMetaspaceSize=512m +org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=512m # AndroidX package structure to make it clearer which packages are bundled with the # Android operating system, and which are packaged with your app"s APK # https://developer.android.com/topic/libraries/support-library/androidx-rn