Tuesday, April 19, 2016

Cách tạo Swap Ram ảo cho VPS Ubuntu

Cách tạo Swap Ram ảo cho VPS Ubuntu
Cách tạo Swap Ram ảo cho VPS Ubuntu


### Swap Ram
free -m
dd if=/dev/zero of=/swapfile bs=1024 count=1024k
mkswap /swapfile
chmod 600 /swapfile
chown root:root /swapfile
swapon /swapfile
nano /etc/fstab
/swapfile none swap sw 0 0 swapoff -v /swapfile rm /etc/fstab


EmoticonEmoticon