From 7b2bfad422b4ce73892ad4a1f95063d7089e569a Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sat, 5 Aug 2023 12:17:42 +0800 Subject: [PATCH] Update pve_precheck.md --- docs/guide/pve_precheck.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/guide/pve_precheck.md b/docs/guide/pve_precheck.md index e521a7b52e..c2f95d9396 100644 --- a/docs/guide/pve_precheck.md +++ b/docs/guide/pve_precheck.md @@ -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的要求则无法使用后续的脚本