Skip to content

Instantly share code, notes, and snippets.

@ball6847
Created August 18, 2020 05:31
Show Gist options
  • Save ball6847/e0952b30bff3d45889926abec955f644 to your computer and use it in GitHub Desktop.
Save ball6847/e0952b30bff3d45889926abec955f644 to your computer and use it in GitHub Desktop.
Reclaim wsl2 memory and release it to host
# run this as root
echo 1 > /proc/sys/vm/drop_caches
echo 1 > /proc/sys/vm/compact_memory
sh -c "echo 1 > /proc/sys/vm/drop_caches; 1 > /proc/sys/vm/compact_memory"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment