Linux free shows high memory usage but top does not
Don’t look at the “Mem” line, look at the one below it. The Linux kernel consumes as much memory as it can to provide the I/O cache (and other non-critical buffers, but the cache is going to be most of this usage). This memory is relinquished to processes when they request it. The “-/+ buffers/cache” … Read more