创建swap文件

sudo fallocate -l 768m swap.file
sudo chmod 600 swap.file

sudo mkswap swap.file
sudo swapon swap.file

sudo vi /etc/fstab

add line:
/boot/swap.file    none swap sw 0 0

posted on 2013-08-23 20:20  kwingmei  阅读(177)  评论(0编辑  收藏  举报

导航