Scripts/freeram.sh

5 lines
103 B
Bash

#!/bin/sh
# Libera la caché RAM
sync ; echo 3 > /proc/sys/vm/drop_caches ; echo "RAM Liberada"
exit 0