as nowadays a lot of VMs won't even start the installer with 512 MB. Signed-off-by: Thomas Lamprecht <t.lampre...@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 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel