当前位置: 首页 > 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

该日志由 u2 于2010年09月25日发表在 linux 分类下,
原创文章转载请注明: change linux swap size | 2hei.net

报歉!评论已关闭.