“Drop Cache Ubuntu” Code-Antworten

Linux -Speicher -Cache klar

# 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

Entfernen Sie alle Cache Ubuntu

$ sudo apt-get clean
Snippets

wie man alle Caches in Ubuntu räumen

sudo apt-get clean
Different Dormouse

Drop Cache Ubuntu

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

Ähnliche Antworten wie “Drop Cache Ubuntu”

Fragen ähnlich wie “Drop Cache Ubuntu”

Weitere verwandte Antworten zu “Drop Cache Ubuntu” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen