[pve-devel] applied: [PATCH manager] fix #2708: ui: increase default memory in VM create wizard to 2GiB

Thomas Lamprecht t.lamprecht at proxmox.com
Thu May 7 15:10:40 CEST 2020


as nowadays a lot of VMs won't even start the installer with 512 MB.

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 www/manager6/qemu/MemoryEdit.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/qemu/MemoryEdit.js b/www/manager6/qemu/MemoryEdit.js
index d1284716..a8f87771 100644
--- a/www/manager6/qemu/MemoryEdit.js
+++ b/www/manager6/qemu/MemoryEdit.js
@@ -38,6 +38,7 @@ Ext.define('PVE.qemu.MemoryInputPanel', {
 		labelWidth: labelWidth,
 		fieldLabel: gettext('Memory') + ' (MiB)',
 		name: 'memory',
+		value: me.insideWizard ? '2048' : '512',
 		minValue: 1,
 		step: 32,
 		hotplug: me.hotplug,
-- 
2.20.1





More information about the pve-devel mailing list