mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-06-09 08:19:16 +08:00
Update pve_precheck.md
This commit is contained in:
@@ -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的要求则无法使用后续的脚本
|
||||
|
||||
Reference in New Issue
Block a user