Update pve_precheck.md

This commit is contained in:
spiritlhl
2023-08-05 12:17:42 +08:00
committed by GitHub
parent 8e91785f72
commit 7b2bfad422

View File

@@ -30,6 +30,10 @@ outline: deep
开设虚拟内存(SWAP)
单位换算:输入 1024 产生 1G SWAP-虚拟内存虚拟内存占用硬盘空间当实际内存不够用时将自动使用虚拟内存做内存使用但随之带来IO高占用以及CPU性能占用
建议只开实际内存大小两倍大小的虚拟内存
国际
```shell
@@ -42,8 +46,6 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o
curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o addswap.sh && chmod +x addswap.sh && bash addswap.sh
```
**遇到选项不会选的可无脑回车安装本项目所有脚本内置国内外IP自动判断使用的是不同的安装源与配置文件有使用CDN加速镜像下载**
## 检测环境
- 本项目相关脚本执行前务必执行本脚本检测环境如果不符合安装PVE的要求则无法使用后续的脚本