change linux swap size
作者: 2hei 发表于2010年9月25日 15:41 版权声明: 可以转载, 转载时务必以超链形式标明文章原始出处和作者信息及版权声明
http://www.2hei.net/mt/2010/09/change-linux-swap-size.html
cat /proc/swaps
free -m
dd if=/dev/zero of=swapfile bs=1M count=8192
swapoff -a
mkswap swapfile
swapon swapfile
cat /etc/fstab
/usr/swapfile swap swap defaults 0 0





发表一个评论