Centos 8 增加 Swap空间

PlanB Linux评论7,88953阅读模式
fallocate -l 1G /swapfile
dd if=/dev/zero of=/swapfile bs=1M count=1024
chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile
vi /etc/fstab
加入以下内容:
/swapfile swap swap defaults 0 0

最后查看:
swapon --show
free -h
free -m

移除swap:
swapoff -v /swapfile

weinxin
我的微信
我的微信
微信扫一扫
 
PlanB
  • 本文由 PlanB 发表于 2022年4月11日 11:44:10
  • 转载请务必保留本文链接:https://kper.net/908.html
匿名

发表评论

匿名网友 填写信息

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: