给VPS创建交换分区方法

sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile

参考:https://github.com/litecoin-project/litecoin/issues/41

用“free -m”可以看到交换分区有没有建,用“df -h”可以查看各分区信息。

Tags:

Leave a Reply