摘要: ######## # 检查虚拟内存配置 swapon --show ######## # 添加虚拟内存 ######## # 创建虚拟内存交换文件 sudo fallocate -l 4G /swapfile # 设置虚拟内存交换文件访问权限 sudo chmod 600 /swapfile # 格 阅读全文
posted @ 2025-02-15 18:56 f0rsaken 阅读(213) 评论(0) 推荐(0)