Linux Centos 8 增加 Swap空间 fallocate -l 1G /swapfile dd if=/dev/zero of=/swapfile bs=1M count=1024 chmod 600 /swapfile mkswap /... 04/118,878评论 阅读全文