Remove "MaxPermSize" from jvmargs

Setting was removed in Java 17, thus is now unnecessary.
This commit is contained in:
Maxr1998
2021-11-06 22:05:23 +01:00
committed by Max Rumpf
parent f07e8fad10
commit e223da41e1
+1 -1
View File
@@ -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