Skip to content

Instantly share code, notes, and snippets.

@icarrr
Created January 7, 2023 12:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
#!/bin/bash
# Note, we are using "echo 3", but it is not recommended in production instead use "echo 1"
echo "sudo echo 1 > /proc/sys/vm/drop_caches"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment