Today I noticed that #qbittorrent on my #RaspberryPi 5 inflates to taking 6-7 GB of #RAM in just a few hours after Pi or service restart. Wild.

Gets wilder - it started to use swap file which shortens the lifespan of rapidly expensifying NVME drive 🤦‍♂️.

Had do disable swap via
sudo swapoff -a

and also

sudo systemctl edit qbittorrent-nox

and put this into the service section of the file:
[Service]
MemoryMax=1500M
Restart=always
RestartSec=5

I wonder if some update is coming to fix this?...