Skip to content

Instantly share code, notes, and snippets.

@abramovk
Created December 2, 2023 11:53
Show Gist options
  • Save abramovk/6697874d2474c796531db34019613986 to your computer and use it in GitHub Desktop.
Save abramovk/6697874d2474c796531db34019613986 to your computer and use it in GitHub Desktop.
Clean swap
#!/bin/sh
echo 3 > /proc/sys/vm/drop_caches && swapoff -a && swapon -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment