#!/bin/bash free -m #swapoff -a && swapon -a echo 3 > /proc/sys/vm/drop_caches sysctl -w vm.drop_caches=3 echo '' free -m