Both are using values from /proc/meminfo but lxtask uses an old way of calculating free memory which isn't accurate. See https://git.kernel.org/pub/scm/linux/ke ... 722c9da773 for technical details.
top memory used = MemTotal - MemAvailable
lxtask memory used = MemTotal - MemFree - Cached
This issue probably needs to pushed to the lxtask developers.
top memory used = MemTotal - MemAvailable
lxtask memory used = MemTotal - MemFree - Cached
This issue probably needs to pushed to the lxtask developers.
Statistics: Posted by trejan — Mon Jan 29, 2024 4:38 pm