创建
dd if=/dev/zero of=/data/swap bs=1M count=4000
mkswap  /data/swap 
swapon   /data/swap 
chmod 0600 /data/swap 
 
删除 
swapoff /data/swap

相关文章: