#!/bin/sh # echo 1 to drop page cache /bin/sync /bin/echo 1 > /proc/sys/vm/drop_caches exit 0