[pve-devel] [PATCH v2 manager 2/2] lxc: increase limit of max cores from 128 to 8192
Oguz Bektas
o.bektas at proxmox.com
Tue Sep 15 11:16:54 CEST 2020
Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
---
www/manager6/lxc/ResourceEdit.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/lxc/ResourceEdit.js b/www/manager6/lxc/ResourceEdit.js
index 476a9a28..dbc75f99 100644
--- a/www/manager6/lxc/ResourceEdit.js
+++ b/www/manager6/lxc/ResourceEdit.js
@@ -88,7 +88,7 @@ Ext.define('PVE.lxc.CPUInputPanel', {
xtype: 'proxmoxintegerfield',
name: 'cores',
minValue: 1,
- maxValue: 128,
+ maxValue: 8192,
value: me.insideWizard ? 1 : '',
fieldLabel: gettext('Cores'),
allowBlank: true,
--
2.20.1
More information about the pve-devel
mailing list