aboutsummaryrefslogtreecommitdiff
path: root/debian
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 /debian
parent1a92d94e92997bc3c6245142291215216a27e0c9 (diff)
Enable Workstation GC mode
Diffstat (limited to 'debian')
-rw-r--r--debian/conf/jellyfin5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/conf/jellyfin b/debian/conf/jellyfin
index 7cbfa88ee..9ebaf2bd8 100644
--- a/debian/conf/jellyfin
+++ b/debian/conf/jellyfin
@@ -33,6 +33,11 @@ JELLYFIN_FFMPEG_OPT="--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"
# [OPTIONAL] run Jellyfin without the web app
#JELLYFIN_NOWEBAPP_OPT="--nowebclient"
+# [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
+
#
# SysV init/Upstart options
#