最大容量を64Mbytesにしてマウント
# mount -t tmpfs -o size=64m tmpfs /dev/shm
/tmp をRAM上に置く
# mount -t tmpfs -o size=64m /dev/shm /tmp
Reference
@IT - 容量が動的に変化するRAMディスクを使うにはhttp://www.atmarkit.co.jp/flinux/rensai/linuxtips/277usetmpfs.html
# mount -t tmpfs -o size=64m tmpfs /dev/shm
# mount -t tmpfs -o size=64m /dev/shm /tmp