diff options
| author | cvium <clausvium@gmail.com> | 2021-04-11 12:57:28 +0200 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2021-04-11 12:57:28 +0200 |
| commit | 01491796a285a621c6aebe4f886ee74413e5fbee (patch) | |
| tree | b073f4f8679778cdeb4587ab50849e977a2cb1ea /debian | |
| parent | 1a92d94e92997bc3c6245142291215216a27e0c9 (diff) | |
Enable Workstation GC mode
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/conf/jellyfin | 5 |
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 # |
