mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-06-03 17:20:20 +08:00
Update pve_precheck.md
This commit is contained in:
@@ -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加速镜像下载**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user