Update pve_precheck.md

This commit is contained in:
spiritlhl
2023-06-22 09:01:34 +08:00
committed by GitHub
parent 173b6a1bd3
commit d94c965e98

View File

@@ -15,13 +15,26 @@
:::
- 硬件要求2核2G内存x86_64架构服务器硬盘至少20G
- 可开KVM的硬件要求VM-X或AMD-V支持 (部分VPS和全部独服支持)
- 如果硬件或系统需求不满足可使用LXD批量开LXC容器[跳转](https://github.com/spiritLHLS/lxc)
:::warning
内存开点swap免得机器炸了[开SWAP点我跳转](https://github.com/spiritLHLS/addswap)
:::
- 可开KVM的硬件要求VM-X或AMD-V支持 (部分VPS和全部独服支持)
- 如果硬件或系统需求不满足可使用LXD批量开LXC容器[跳转](https://github.com/spiritLHLS/lxc)
开设虚拟内存(SWAP)
国际
```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o addswap.sh && chmod +x addswap.sh && bash addswap.sh
```
国内
```shell
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加速镜像下载**