Skip to content

Instantly share code, notes, and snippets.

@Bomberus
Created October 12, 2016 16:20
Show Gist options
  • Save Bomberus/5832b3729904c42392514a54711db42c to your computer and use it in GitHub Desktop.
Save Bomberus/5832b3729904c42392514a54711db42c to your computer and use it in GitHub Desktop.
QEMU KVM - Windows 10 GPU Passthrough
# Get the memory consumed by cache (memory used by the cache cannot be used for hugepages)
free -m | awk 'NR==2{print $6}'
# Free Cache Memory
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