change linux swap size
Sep252010
作者:u2 发布:2010-09-25 15:41 分类:linux change linux swap size已关闭评论
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
本文固定链接: https://www.2hei.net/2010/09/25/change_linux_swap_size/ | 2hei.net
最活跃的读者