标签:code file 等于 系统 linu roo 自启 span default
增加1GB大小的交换分区文件,命令如下,其中的count等于想要的块的数量(bs*count=文件大小)。
# dd if=/dev/zero of=/root/swapfile bs=1M count=1024
# mkswap /root/swapfile
# swapon /root/swapfile
/root/swapfile swap swap defaults 0 0
做完以后用free -h查看以下
标签:code file 等于 系统 linu roo 自启 span default
原文地址:http://www.cnblogs.com/hcl5717/p/7567269.html