Using the “stress” application, you can simulate high memory usage of your system.
You may use the following command line:
stress --vm-bytes $(awk '/MemFree/{printf "%d\n", $2 * 0.9;}' < /proc/meminfo)k --vm-keep -m 1
I.T. minded
Using the “stress” application, you can simulate high memory usage of your system.
You may use the following command line:
stress --vm-bytes $(awk '/MemFree/{printf "%d\n", $2 * 0.9;}' < /proc/meminfo)k --vm-keep -m 1