Cache en mémoire : vider
Table des matières
To free pagecache
sudo sh -c 'echo 1 >/proc/sys/vm/drop_caches'
To free dentries and inodes
sudo sh -c 'echo 2 >/proc/sys/vm/drop_caches'
To free pagecache, dentries and inodes
sudo sh -c 'echo 3 >/proc/sys/vm/drop_caches'
dés / activer le swap
sudo swapoff -a sudo swapon -a
Tuer tous les process avec un nom
sudo killall teamviewerd