i have a qbittornet + gluetun stack running on my truenas system running 25.04.1
while processing 27x downloads, i noticed the memory usage under the truenas Apps page has been ever increasing and is now is showing over 27 GB of ram USAGE!
however, docker stats shows the two containers only using around 350MB of memory
root@truenas[~]# docker stats --no-stream
CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
e6b4f0ac2d96 qbittorrent 71.49% 271.5MiB / 125.5GiB 0.21% 20.9GB / 886MB 56.4MB / 0B 30
12ec79dfc695 gluetun 63.19% 73.12MiB / 125.5GiB 0.06% 20.9GB / 886MB 4.32MB / 0B 30
root@truenas[~]#
in addition, Dozzel shows like 347MB of usage between the two apps which matches docker stats
now, during this ENTIRE time, the memory usage (free / zfs cache / services) as reported by TrueNAS itself has NOT changed showing that actual memory usage on the TrueNAS host system is not being eaten up.
clearly the RAM usage reported by the APPs page MUST be wrong, as i also have MANY other services running and TrueNAS only reports 23.9GB of used RAM.
is this normal, or is this a bug?