“cache memori linux jelas” 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

Clear Ram Linux

sudo sync; echo 3 > /proc/sys/vm/drop_caches
Tremendous Enceladus

Jawaban yang mirip dengan “cache memori linux jelas”

Pertanyaan yang mirip dengan “cache memori linux jelas”

Lebih banyak jawaban terkait untuk “cache memori linux jelas” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya