Skip to content

Instantly share code, notes, and snippets.

@anilahir
Created December 11, 2020 07:23
Show Gist options
  • Save anilahir/ef92b840f37e4408ed8bd423cae4eda8 to your computer and use it in GitHub Desktop.
Save anilahir/ef92b840f37e4408ed8bd423cae4eda8 to your computer and use it in GitHub Desktop.
Ubuntu : clear ram-cache and swap
#!/bin/bash
su -c "sync; echo 3 > /proc/sys/vm/drop_caches && printf '\n%s\n' 'Ram-cache Cleared'" root
# su -c "sync; echo 3 > /proc/sys/vm/drop_caches && swapoff -a && swapon -a && printf '\n%s\n' 'Ram-cache and Swap Cleared'" root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment