Clearing caches from memory
From version 2.6.16 Linux kernel has a tunable parameter named /proc/sys/vm/drop_caches
If you want to force to clear pagecaches from memory use:
echo 1 > /proc/sys/vm/drop_caches
If you want to clear dentry and inode caches from memory:
echo 2 > /proc/sys/vm/drop_caches
and if you want to clear both of the pagecaches and dentry and inode caches just use:
echo 3 > /proc/sys/vm/drop_caches
In order to make sure all cached objects are freed you must execute the sync command first.
Читайте також:
- How To Integrate ClamAV Into PureFTPd For Virus Scanning On Debian
- Howto install Postfix and SASL (Debian, Ubuntu)
- Запуск декількох X сесій
- Synaptics Touchpad в Linux
- Howto install decklink driver of blackmagicdesign on gentoo linux
- xen ssh login: 'stdin: is not a tty'
- Google Translate API From The Command Line
- Howto install and use usb modem, as example "mts connect", in debian linux
- How To capture video from tv-tuner card via mencoder
- Пошук великих файлів, find, ls, du