本篇內(nèi)容主要講解“如何手動增加swap的空間”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學(xué)習(xí)“如何手動增加swap的空間”吧!
1.use dd to create a new file for swap
dd if=/dev/zero of=/home/swapfile bs=1M count=1024
2.create the file system which is swap
mkswap /home/swapfile
3.make the new swap file work
swapon /home/swapfile
4.check
swapon -s
5.add the fallowing line into the /etc/fstab for next reboot the system use the new swap file as default;
vi /etc/fstab -----open
/home/swapfile swap swap defaults 0 0
到此,相信大家對“如何手動增加swap的空間”有了更深的了解,不妨來實際操作一番吧!這里是創(chuàng)新互聯(lián)網(wǎng)站,更多相關(guān)內(nèi)容可以進入相關(guān)頻道進行查詢,關(guān)注我們,繼續(xù)學(xué)習(xí)!