mkdir tmp
mount -t tmpfs -o size=1g tmpfs /tmp
dd if=/dev/zero of=./tmp/big.img bs=1M count=500
free -m