码迷,mamicode.com
首页 > 其他好文 > 详细

add swap file if you only have 1G RAM

时间:2018-09-11 14:10:20      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:tab   win   line   swa   mkswap   free   following   quit   count   

dd if=/dev/zero of=/swapfile1 bs=1024 count=524288

mkswap /swapfile1

swapon /swapfile1

vi /etc/fstab

# edit /etc/fstab file, add the following line

/swapfile1 none swap sw 0 0

# save and quit

free -m

swapon -s

add swap file if you only have 1G RAM

标签:tab   win   line   swa   mkswap   free   following   quit   count   

原文地址:https://www.cnblogs.com/otfsenter/p/9626924.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!