スカイ・エス・エイッチ

menu

ORCAレセコンをご利用中のお客様

TOP > ORCA よくある質問・回答集 > Ubuntu18.04 swapファイル拡張方法

よくある質問・回答集

Ubuntu18.04 swapファイル拡張方法

A:
4GBに
swapoff /swapfile
rm -f /swapfile
dd if=/dev/zero of=/swapfile bs=2M count=2048
chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile

test