訓練家的快寫筆記

The legend of trainer's paper


搜尋:

     關閉     
標題:手動設定 swap
內容:
for  ex,  4096M :

dd if=/dev/zero of=/swapfile bs=1M count=4096
chmod 600 /swapfile
mkswap /swapfile



/sbin/swapon /swapfile