Return to Snippet

Revision: 71095
at January 18, 2017 08:07 by rm1984


Initial Code
!#/bin/bash

echo '==== BEFORE ===='
free
sync
echo 3 > /proc/sys/vm/drop_caches
echo '==== AFTER ===='
free

Initial URL


Initial Description
Clear buffer cache on GNU/Linux systems

Initial Title
Clear buffer cache on GNU/Linux systems

Initial Tags
Bash, linux, free, cache

Initial Language
Bash