Tim's Blog
Wednesday, November 09, 2016
Flush cache
nocache()
{
while true
do
sync
echo 3 > /proc/sys/vm/drop_caches
sleep $(( ($RANDOM % 20 ) + 1 ))
done
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment