スワップ

Linux

Swap領域のサイズを増やす方法

# dd if=/dev/zero of=/swapfile1 bs=1M count=512# chmod 600 /swapfile1# mkswap /swapfile1# swapon /swapfile1