“Cache” means space used for disk caching. It’s free to be used for processes as needed, but the system consumes idle RAM until then to speed things up, so it’s technically not “free”, even though it isn’t used by system processes. In Linux, used - cache gives you the actual consumption by processes.
Thanks, someone else also mentioned this. Cached is considered used in Linux, where as in Windows it’s considered free since applications can use it if they need it even though it holds data.
“Cache” means space used for disk caching. It’s free to be used for processes as needed, but the system consumes idle RAM until then to speed things up, so it’s technically not “free”, even though it isn’t used by system processes. In Linux, used - cache gives you the actual consumption by processes.
Thanks, someone else also mentioned this. Cached is considered used in Linux, where as in Windows it’s considered free since applications can use it if they need it even though it holds data.