I don't know what this tool is or how it gets its "memory" metric. If you want to continue to use it, please ascertain that these values correspond to RSS by cross checking with i.e. ps aux
. RSS is the memory exclusively held by a given process which is typically what mean by the "memory usage" of any given process. Note however that this does not count anonymous pages of a process that are swapped or shared with other processes.
Going into my task manager (Resources), I can see my using is using roughly 18/32GB of RAM despite closing all apps.
This does not tell you (or us for that matter) anything without defining what "using" means here. My system is "using" 77% of RAM right now but 45% of memory is available for use because it's cached.
Please post the output of free -h
aswell as swapon
.
Next, please post the contents of /proc/meminfo
.
Do you use ZFS?