写一个shell来不停的消耗系统内存,来进行测试。
#!/bin/bash
mkdir
/tmp/memory
mount
-t tmpfs -o size=1024M tmpfs
dd
if
=
/dev/zero
of=
/tmp/memory/block
sleep
3600
rm
umount
rmdir