$ man free
buffers Memory used by kernel buffers (Buffers in /proc/meminfo)
cache Memory used by the page cache and slabs (Cached and Slab in /proc/meminfo)
buff/cache Sum of buffers and cache
available Estimation of how much memory is available for starting new applications, without swapping. Unlike the data provided by the cache or free fields, this field takes into account page cache and also that not all reclaimable memory slabs will be reclaimed due to items being in use (MemAvailable in /proc/meminfo, avail‐ able on kernels 3.14, emulated on kernels 2.6.27+, otherwise the same as free)
Portanto, não é de admirar que buff/cache
não caia para perto de 0. O verdadeiro problema é que available
não leva em consideração o total total de free
e buff/cache
. A diferença de memória do mistério é de cerca de 65MB. (Não tenho certeza se tmpfs
alocações são refletidas sensatamente aqui; novamente, isso deve ser trivial para testar). Eu não sei se a "Estimativa" está prevista para quebrar neste momento.