惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
M
MIT News - Artificial intelligence
Engineering at Meta
Engineering at Meta
云风的 BLOG
云风的 BLOG
博客园 - 叶小钗
Jina AI
Jina AI
Last Week in AI
Last Week in AI
The Cloudflare Blog
博客园 - 【当耐特】
Stack Overflow Blog
Stack Overflow Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
博客园_首页
I
InfoQ
G
Google Developers Blog
Martin Fowler
Martin Fowler
Recent Announcements
Recent Announcements
H
Help Net Security
U
Unit 42
Blog — PlanetScale
Blog — PlanetScale
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog

泠泫凝的异次元空间

通过串口安装Linux | 泠泫凝的异次元空间 curl自编译 | 泠泫凝的异次元空间 Minecraft 认证服务器代理 | 泠泫凝的异次元空间 飞塔分流配置实战 | 泠泫凝的异次元空间 Windows 安全启动证书检查 | 泠泫凝的异次元空间 Lxn-OneDriveCLI | 泠泫凝的异次元空间 华三交换机配置 ERPS 环网 | 泠泫凝的异次元空间 PVE 配置 VLAN 感知 | 泠泫凝的异次元空间 MT7922 无线网卡安装 | 泠泫凝的异次元空间 无显示输出 Linux 主机配置桌面显示 | 泠泫凝的异次元空间 Wireguard 部署 SOP 手册(自用) | 泠泫凝的异次元空间 Zabbix 7.4 通过钉钉发送告警提醒 | 泠泫凝的异次元空间 Debian with xfce 通过 VNC 共享屏幕 华三S6860 IRF堆叠 | 泠泫凝的异次元空间 iPad 应用侧载 | 泠泫凝的异次元空间 Smart DNS 分区解析 | 泠泫凝的异次元空间 建立 NFS 服务器并挂载到客户端 | 泠泫凝的异次元空间 将 Android 以 MTP 方式连接至 Debian PVE 虚拟机迁移至 vCenter | 泠泫凝的异次元空间 vCenter 虚拟机迁移至 PVE | 泠泫凝的异次元空间 PVE迁移时提示密钥验证失败 | 泠泫凝的异次元空间 修改Windows设备设置区域 | 泠泫凝的异次元空间 恢复 SecureCRT 7.x 保存的密码 | 泠泫凝的异次元空间 PVE 超融合下电与上电流程 | 泠泫凝的异次元空间 记一次Zabbix异常处理 | 泠泫凝的异次元空间 苹果设备保存SHSH2 | 泠泫凝的异次元空间 PVE超融合部署 | 泠泫凝的异次元空间 树莓派启用zram | 泠泫凝的异次元空间 在 Hyper-V 上安装 EVE-NG | 泠泫凝的异次元空间 Zabbix 部署与 Windows 硬件信息收集 | 泠泫凝的异次元空间
解除 vCenter 的最低内存限制 | 泠泫凝的异次元空间
Lxn's Area · 2023-06-02 · via 泠泫凝的异次元空间

有时候测试环境的性能水平可能无法达到vCenter要求的最低水平,那么就需要一些特殊手段来跳过此类限制。

vCenter Server 6.0

该版本可以通过简单的加一条参数来绕过内存限制:

1
installer.exe "SKIP_HARDWARE_CHECKS=1"

vCenter Server 6.5 及以上版本

打开\vcsa-ui-installer\win32\resources\app\resources\layout.json文件,找到tiny字段:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
"tiny": {
"cpu": 2,
"memory": 10240,
"host-count": 10,
"vm-count": 100,
"disk-swap": "25GB",
"disk-core": "25GB",
"disk-log": "10GB",
"disk-db": "10GB",
"disk-dblog": "15GB",
"disk-seat": "10GB",
"disk-netdump": "1GB",
"disk-autodeploy": "10GB",
"disk-imagebuilder": "10GB",
"disk-updatemgr": "100GB",
"required-disk-space": "250GB",
"label": "Tiny vCenter Server with Embedded PSC",
"description": "This will deploy a Tiny VM configured with 2 vCPUs and 10 GB of memory and requires 250 GB of disk space. This option contains vCenter Server with an embedded Platform Services Controller for managing up to 10 hosts and 100 VMs."
},

修改memory的值即可,该值最大不能超过主机总容量的80%(例如主机总内存容量为8GB,则memory的值最高不能超过6553)。同时建议不要过分削减vCenter虚拟机的内存配置,我这里实测缩减到6GB时几乎停止响应(v8.0.3),10GB内存才有比较好的体验。

vCenter 8.0.3的位置做了更改,在如下位置。

1
\vcsa-ui-installer\win32\resources\app\dist\resources\layout.json

部署 vHorizon 的时候发现的问题又水一篇文章哈哈

 上一篇

Router openwrt