“Jatuhkan cache ubuntu” Kode Jawaban

cache memori linux jelas

# clear pagecache only.
sync; echo 1 > /proc/sys/vm/drop_caches

# clear dentries and inodes.
sync; echo 2 > /proc/sys/vm/drop_caches

# clear pagecache, dentries and inodes.
sync; echo 3 > /proc/sys/vm/drop_caches 
juliocorradi

Hapus semua cache ubuntu

$ sudo apt-get clean
Snippets

cara membersihkan semua cache di ubuntu

sudo apt-get clean
Different Dormouse

Jatuhkan cache ubuntu

sync; echo 2 > /proc/sys/vm/drop_caches
Jordan Albiar

Jawaban yang mirip dengan “Jatuhkan cache ubuntu”

Pertanyaan yang mirip dengan “Jatuhkan cache ubuntu”

Lebih banyak jawaban terkait untuk “Jatuhkan cache ubuntu” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya