Skip to content

Instantly share code, notes, and snippets.

@snobu
Created June 10, 2017 14:20
Show Gist options
  • Select an option

  • Save snobu/24fd7d85944219062235f0d78e00d5f4 to your computer and use it in GitHub Desktop.

Select an option

Save snobu/24fd7d85944219062235f0d78e00d5f4 to your computer and use it in GitHub Desktop.
oneliners
# Eat up 90% of free memory
stress --vm-bytes $(awk '/MemFree/{printf "%d\n", $2 * 0.9;}' < /proc/meminfo)k --vm-keep -m 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment