Drop caches script shows memory before and after the cleaning.

This commit is contained in:
Felipe Martin 2013-05-25 11:43:25 +02:00
parent d4f45fac07
commit aa28fdc965
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
#!/bin/bash
free -h
echo 3 > /proc/sys/vm/drop_caches
free -h