#!/bin/sh
# Limpa a memria cache

/bin/sync
echo 3 > /proc/sys/vm/drop_caches
