Skip to content

Instantly share code, notes, and snippets.

@piaoger
Created June 23, 2016 08:30
Show Gist options
  • Save piaoger/68472c9b52418a248228f4f2cd4c7f44 to your computer and use it in GitHub Desktop.
Save piaoger/68472c9b52418a248228f4f2cd4c7f44 to your computer and use it in GitHub Desktop.
clear cached memory in Linux
#!/bin/sh
# https://www.blackmoreops.com/2014/10/28/delete-clean-cache-to-free-up-memory-on-your-slow-linux-server-vps/
sync
sudo sh -c "sync; echo 3 > /proc/sys/vm/drop_caches"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment