Commit 1902ece8 authored by Dietmar Maurer's avatar Dietmar Maurer

update max cores limit to 128

parent f421994b
...@@ -26,7 +26,7 @@ Ext.define('PVE.qemu.ProcessorInputPanel', { ...@@ -26,7 +26,7 @@ Ext.define('PVE.qemu.ProcessorInputPanel', {
xtype: 'numberfield', xtype: 'numberfield',
name: 'cores', name: 'cores',
minValue: 1, minValue: 1,
maxValue: 32, maxValue: 128,
value: '1', value: '1',
fieldLabel: gettext('Cores'), fieldLabel: gettext('Cores'),
allowBlank: false, allowBlank: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment