minecraftcodex/config/server/drop_caches.sh

5 lines
62 B
Bash
Executable File

#!/bin/bash
free -h
echo 3 > /proc/sys/vm/drop_caches
free -h