mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2026-09-02 21:04:10 +03:00
Remove "MaxPermSize" from jvmargs
Setting was removed in Java 17, thus is now unnecessary.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user