扩大swap分区的命令

将swap更改为16G

1、dd  if=/dev/zero  of=/newswap.file bs=100M count=150
2、mkswap /newswap.file
3、swapon /newswap.file
这就生效了,用 free命令查看
4、编辑/etc/fstab命令,增加一横行,注意要对齐。
/newswap.file               swap                    swap    defaults        0 0

你可能感兴趣的:(swap)