blob: 159ae132cf94c59b39f69b84dad963d192ea0073 [file] [log] [blame]
Dennis Dmitriev056ecbf2019-05-20 15:36:29 +03001#!/bin/bash
2set -x
3
4dd if=/dev/zero of=/EMPTY bs=1M || true
5rm -f /EMPTY
6
7sync
8echo 3 > /proc/sys/vm/drop_caches