There are many tickets about this memory leak: https://github.com/transmission/transmission/issues/3055 https://github.com/transmission/transmission/issues/3494 https://github.com/transmission/transmission/issues/3536
The issue has been already fixed, but we have to wait for the next release, or we can install the nightly builds as recommended by ckerr. 1) install prerequirements: sudo apt-get update sudo apt install build-essential cmake libcurl4-openssl-dev libssl-dev curl 2) download latest tarball from https://build.transmissionbt.com/job/trunk-linux/ 3) build tar xf transmission-4.0.0-beta.1.dev+rd381939267.tar.xz cd transmission-4.0.0-beta.1.dev+rd381939267 mkdir build cd build cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .. make sudo make install The "make" step took an hour on my ten yrs old laptop. Official description at https://github.com/transmission/transmission/blob/main/docs/Building-Transmission.md ** Bug watch added: github.com/transmission/transmission/issues #3055 https://github.com/transmission/transmission/issues/3055 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to transmission in Ubuntu. https://bugs.launchpad.net/bugs/1973084 Title: transmission-daemon high RAM usage Status in transmission package in Ubuntu: Confirmed Bug description: Transmission uses a lot of RAM in ubuntu 22.04 server (arm64) runnign on a Raspberry Pi 4. It "eats" RAM and the RAM usage grows each hour until it crashes the system. I sideloaded transmission-daemon and its dependancies from debian 11 (arm64) locked the packages so apt won't update them and, ever since, this issue hasn't happened. Description: Ubuntu 22.04 LTS Release: 22.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/1973084/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

