diff --git a/04.PVE创建模板虚拟机.md b/04.PVE创建模板虚拟机.md index ed78521..5ad40ce 100644 --- a/04.PVE创建模板虚拟机.md +++ b/04.PVE创建模板虚拟机.md @@ -52,7 +52,11 @@ CPU `类型` 选择 `host` ,`插槽` 与 `核心` 数根据物理 CPU 核心 ### 1.6.内存 -内存一般 `2G` 足够使用,取消勾选 `Ballooning 设备` 。 +建议将 `内存` 设置为业务峰值需求,`最小内存` 原则上不低于 `内存` 的 `75%` 。 + +默认启用 `Ballooning 设备` ,使 PVE 能够获取虚拟机内部的内存统计,并在宿主机出现内存压力时动态回收和调配内存。 + +将 `最小内存` 设置为与 `内存` 相同,可保留统计能力,同时为虚拟机提供固定的内存保障。 对于 `允许 KSM` 内核同页合并功能,建议保留勾选状态。 @@ -302,7 +306,7 @@ IPv6 使用 `静态` 地址后,并不影响虚拟机通过主路由获取 IPv6 ``` -![虚拟机备注](img/p04/vm_notes.jpeg) +![虚拟机备注](img/p04/vm_notes.jpg) 至此,模板虚拟机创建完成,可将该虚拟机开机。 diff --git a/img/p04/vm_boot.jpg b/img/p04/vm_boot.jpg index eb2c6ba..62d5560 100644 Binary files a/img/p04/vm_boot.jpg and b/img/p04/vm_boot.jpg differ diff --git a/img/p04/vm_ci_details.jpg b/img/p04/vm_ci_details.jpg index 16858f3..48c23f5 100644 Binary files a/img/p04/vm_ci_details.jpg and b/img/p04/vm_ci_details.jpg differ diff --git a/img/p04/vm_cloudinit.jpg b/img/p04/vm_cloudinit.jpg index 9354109..e729b95 100644 Binary files a/img/p04/vm_cloudinit.jpg and b/img/p04/vm_cloudinit.jpg differ diff --git a/img/p04/vm_confirm.jpg b/img/p04/vm_confirm.jpg index 649bbaa..203fdc3 100644 Binary files a/img/p04/vm_confirm.jpg and b/img/p04/vm_confirm.jpg differ diff --git a/img/p04/vm_delete_cd.jpg b/img/p04/vm_delete_cd.jpg index b267477..3d079cd 100644 Binary files a/img/p04/vm_delete_cd.jpg and b/img/p04/vm_delete_cd.jpg differ diff --git a/img/p04/vm_enable_hd.jpg b/img/p04/vm_enable_hd.jpg index bd314fa..92f6df4 100644 Binary files a/img/p04/vm_enable_hd.jpg and b/img/p04/vm_enable_hd.jpg differ diff --git a/img/p04/vm_hardware_all.jpg b/img/p04/vm_hardware_all.jpg index 36d3917..bb3feb5 100644 Binary files a/img/p04/vm_hardware_all.jpg and b/img/p04/vm_hardware_all.jpg differ diff --git a/img/p04/vm_hd_resize.jpg b/img/p04/vm_hd_resize.jpg index 31a9691..cd4bd6d 100644 Binary files a/img/p04/vm_hd_resize.jpg and b/img/p04/vm_hd_resize.jpg differ diff --git a/img/p04/vm_hd_scale_up.jpg b/img/p04/vm_hd_scale_up.jpg index 31f7ac0..31703c9 100644 Binary files a/img/p04/vm_hd_scale_up.jpg and b/img/p04/vm_hd_scale_up.jpg differ diff --git a/img/p04/vm_mem.jpg b/img/p04/vm_mem.jpg index 46f83f4..c1de5dd 100644 Binary files a/img/p04/vm_mem.jpg and b/img/p04/vm_mem.jpg differ diff --git a/img/p04/vm_notes.jpeg b/img/p04/vm_notes.jpeg deleted file mode 100644 index 55710b8..0000000 Binary files a/img/p04/vm_notes.jpeg and /dev/null differ diff --git a/img/p04/vm_notes.jpg b/img/p04/vm_notes.jpg new file mode 100644 index 0000000..f186132 Binary files /dev/null and b/img/p04/vm_notes.jpg differ diff --git a/img/p04/vm_rng.jpg b/img/p04/vm_rng.jpg index 830c3c6..9d835ed 100644 Binary files a/img/p04/vm_rng.jpg and b/img/p04/vm_rng.jpg differ diff --git a/img/p04/vm_rng_details.jpg b/img/p04/vm_rng_details.jpg index bd126d5..ff37948 100644 Binary files a/img/p04/vm_rng_details.jpg and b/img/p04/vm_rng_details.jpg differ diff --git a/img/p04/vm_serial.jpg b/img/p04/vm_serial.jpg index fb65e26..24b219c 100644 Binary files a/img/p04/vm_serial.jpg and b/img/p04/vm_serial.jpg differ diff --git a/img/p04/vm_serial_details.jpg b/img/p04/vm_serial_details.jpg index 94b15c5..2a8fc58 100644 Binary files a/img/p04/vm_serial_details.jpg and b/img/p04/vm_serial_details.jpg differ diff --git a/img/p04/vm_tablet.jpg b/img/p04/vm_tablet.jpg index 6759dbc..0d2bcea 100644 Binary files a/img/p04/vm_tablet.jpg and b/img/p04/vm_tablet.jpg differ diff --git a/img/p04/vm_unused_hd.jpg b/img/p04/vm_unused_hd.jpg index 9fdfb1a..bbf32f2 100644 Binary files a/img/p04/vm_unused_hd.jpg and b/img/p04/vm_unused_hd.jpg differ