创建SWAP分区

/ 0评 / 0

在低内存系统(如具有小于512MB RAM的VPS)中

fallocate -l 1G /tmp/swapfile
chmod 600 /tmp/swapfile
mkswap /tmp/swapfile
swapon /tmp/swapfile

删除
swapoff /tmp/swapfile
rm /tmp/swapfile

发表评论

邮箱地址不会被公开。 必填项已用*标注