目录
free -m
buffer是即将要被写入磁盘的,而cache是被从磁盘中读出来的.
total = used + free + buffers/cache
available = free + buffers/cache中未使用部分(系统会使用一部分)
系统真正占用的内存=total-available 或者 used++ buffers/cache中已使用部分
>>> Linux系列:Free -m参数说明 :
目录
buffer是即将要被写入磁盘的,而cache是被从磁盘中读出来的.
total = used + free + buffers/cache
available = free + buffers/cache中未使用部分(系统会使用一部分)
系统真正占用的内存=total-available 或者 used++ buffers/cache中已使用部分
>>> Linux系列:Free -m参数说明 :