“soltar cache ubuntu” Respostas de código

Linux Memory Cache Limpo

# 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

Remova todo o cache ubuntu

$ sudo apt-get clean
Snippets

Como limpar todos os caches no Ubuntu

sudo apt-get clean
Different Dormouse

soltar cache ubuntu

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

Respostas semelhantes a “soltar cache ubuntu”

Perguntas semelhantes a “soltar cache ubuntu”

Mais respostas relacionadas para “soltar cache ubuntu” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código