Untitled

 avatar
unknown
plain_text
2 years ago
146 B
10
Indexable
#!/bin/bash

while true
do
    echo "Giải phóng RAM..."
    sync; echo 3 > /proc/sys/vm/drop_caches
    sleep 3600  # Sleep for 60 minutes
done
Editor is loading...