Created
June 10, 2017 14:20
-
-
Save snobu/24fd7d85944219062235f0d78e00d5f4 to your computer and use it in GitHub Desktop.
oneliners
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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