“Hapus Ram 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 Ram Cache Ubuntu

sync && echo 3 | sudo tee /proc/sys/vm/drop_caches
Magnificent Mongoose

Hapus Ram Cache Linux

sync; echo 1 > /proc/sys/vm/drop_caches
DK

Jawaban yang mirip dengan “Hapus Ram Cache Ubuntu”

Pertanyaan yang mirip dengan “Hapus Ram Cache Ubuntu”

Lebih banyak jawaban terkait untuk “Hapus Ram Cache Ubuntu” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya