您好,登錄后才能下訂單哦!
針對程序異常終端,緩存中數據并未同步到磁盤上,需要先調用sync同步數據到磁盤,在清空drop_caches緩存。
在清空緩存之前使用sync命令同步數據到磁盤
# cat /proc/sys/vm/drop_caches
默認是0,1表示清空頁緩存,2表示清空inode和目錄樹緩存,3清空所有的緩存
#sync
#free -m
total used free shared buffers cached
Mem: 23953 4741 19211 0 967 2129
-/+ buffers/cache: 1644 22308
Swap: 12047 0 12047
#echo 3 > /proc/sys/vm/drop_caches
#free -m //會發現緩存明細減少
total used free shared buffers cached
Mem: 23953 735 23218 0 3 74
-/+ buffers/cache: 656 23296
Swap: 12047 0 12047
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。