Skip to content

Instantly share code, notes, and snippets.

@lionants02
Created March 18, 2024 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lionants02/c031c7daecfdce9037b70171f649ce8f to your computer and use it in GitHub Desktop.
Save lionants02/c031c7daecfdce9037b70171f649ce8f to your computer and use it in GitHub Desktop.
Ubuntu clear cache
#!/bin/bash
# Note, we are using "echo 3", but it is not recommended in production instead use "echo 1"
echo "echo 1 > /proc/sys/vm/drop_caches"
echo 1 > /proc/sys/vm/drop_caches
6 */1 * * * /home/thanachai/clearcache.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment