linux 關(guān)閉磁盤緩沖
2024-02-15 17:09:10
在Linux系統(tǒng)中,磁盤緩存被用來存儲(chǔ)頻繁訪問的數(shù)據(jù)以提高數(shù)據(jù)讀取速度。然而,在某些特定情況下,你可能關(guān)閉這個(gè)功能,進(jìn)行系統(tǒng)維護(hù)或者測(cè)試。
```
echo > /proc/sys/vm/drop_caches
echo > /proc/sys/vm/drop_caches
echo > /proc/sys/vm/drop_caches
```
執(zhí)行這個(gè)命令后,系統(tǒng)將釋放所有的頁緩存、dentries和inodes。
```bash
vm.drop_caches =
vm.drop_caches =
vm.drop_caches =
```