Clear PageCache only :
|
1 |
# echo 1 > /proc/sys/vm/drop_caches |
Clear dentries and inodes :
|
1 |
# echo 2 > /proc/sys/vm/drop_caches |
Clear PageCache, dentries and inodes :
|
1 |
# echo 3 > /proc/sys/vm/drop_caches |
تست شده بر روی debian 9.9
|
1 |
Linux debian 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1 (2019-04-12) x86_64 GNU/Linux |