diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-04-11 13:33:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-11 13:33:42 +0200 |
| commit | f0625bb023b67f557802c8089c73b3e98859f3d3 (patch) | |
| tree | 2652fe8a4957961681b2a12abd995ce4b50b43ea /debian | |
| parent | 240e67d48568e1bedddd1658a68e0dac0a2f8699 (diff) | |
| parent | 01491796a285a621c6aebe4f886ee74413e5fbee (diff) | |
Merge pull request #5769 from cvium/workstation-gc
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 # |
