aboutsummaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorcvium <clausvium@gmail.com>2021-04-11 12:57:28 +0200
committercvium <clausvium@gmail.com>2021-04-11 12:57:28 +0200
commit01491796a285a621c6aebe4f886ee74413e5fbee (patch)
treeb073f4f8679778cdeb4587ab50849e977a2cb1ea /fedora
parent1a92d94e92997bc3c6245142291215216a27e0c9 (diff)
Enable Workstation GC mode
Diffstat (limited to 'fedora')
-rw-r--r--fedora/jellyfin.env4
1 files changed, 4 insertions, 0 deletions
diff --git a/fedora/jellyfin.env b/fedora/jellyfin.env
index bf64acd3f9..56b7a3558d 100644
--- a/fedora/jellyfin.env
+++ b/fedora/jellyfin.env
@@ -35,3 +35,7 @@ JELLYFIN_RESTART_OPT="--restartpath=/usr/libexec/jellyfin/restart.sh"
# [OPTIONAL] run Jellyfin without the web app
#JELLYFIN_NOWEBAPP_OPT="--noautorunwebapp"
+# [OPTIONAL] run Jellyfin with ASP.NET Server Garbage Collection (uses more RAM and less CPU than Workstation GC)
+# 0 = Workstation
+# 1 = Server
+#COMPlus_gcServer=1