摘要: free -h # 查看交换分区 sudo fallocate -l 8G /swapfile 提示:fallocate失败,文本文件忙,需先关闭交换分区 sudo swapoff /swapfile 再依次执行以下命令: sudo fallocate -l 8G /swapfile sudo ch 阅读全文
posted @ 2023-11-09 14:24 jimchen1218 阅读(270) 评论(0) 推荐(0) 编辑