Unraid keeps killing qBitTorrent - High Ram Usage
Hello,
My unraid keeps killing my binhex-qbittorrent docker for high ram usage. This started when I added a 500gb torrent with thousands of files.
# Things I tried:
- Changing DiskIOWriteMode to DisableOsCache
- Changing DiskIOType from Default to simple pread/pwrite - this fixed it but slowed down all my torrents by A LOT.
My Config:
[Application]
FileLogger\Age=1
FileLogger\AgeType=1
FileLogger\Backup=true
FileLogger\DeleteOld=true
FileLogger\Enabled=true
FileLogger\MaxSizeBytes=66560
FileLogger\Path=/config/qBittorrent/data/logs
[BitTorrent]
Session\BTProtocol=TCP
Session\DefaultSavePath=/data/torrents
Session\DisableAutoTMMByDefault=false
Session\DiskIOReadMode=EnableOSCache
Session\DiskIOType=Default
Session\DiskIOWriteMode=EnableOSCache
Session\ExcludedFileNames=
Session\FinishedTorrentExportDirectory=
Session\Port=58946
Session\Preallocation=true
Session\QueueingSystemEnabled=false
Session\SSL\Port=13460
Session\TempPath=/data/torrents/temp
Session\TempPathEnabled=false
Session\TorrentExportDirectory=
[Core]
AutoDeleteAddedTorrentFile=IfAdded
[Meta]
MigrationVersion=8
[Network]
PortForwardingEnabled=false
[Preferences]
General\Locale=en
MailNotification\req_auth=true
WebUI\APIKey=redacted
WebUI\Address=*
WebUI\AuthSubnetWhitelist=redacted
WebUI\AuthSubnetWhitelistEnabled=true
WebUI\ClickjackingProtection=false
WebUI\HostHeaderValidation=false
WebUI\LocalHostAuth=false
WebUI\Password_PBKDF2="redacted"
WebUI\Port=9002
WebUI\ReverseProxySupportEnabled=true
WebUI\SecureCookie=true
WebUI\TrustedReverseProxiesList=redacted
[RSS]
AutoDownloader\DownloadRepacks=true
AutoDownloader\SmartEpisodeFilter=s(\\d+)e(\\d+), (\\d+)x(\\d+), "(\\d{4}[.\\-]\\d{1,2}[.\\-]\\d{1,2})", "(\\d{1,2}[.\\-]\\d{1,2}[.\\-]\\d{4})"