[pve-devel] [PATCH manager 2/2] lxc: increase limit of max cores from 128 to 512
Oguz Bektas
o.bektas at proxmox.com
Mon Sep 14 12:32:16 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..0e110e60 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: 512,
value: me.insideWizard ? 1 : '',
fieldLabel: gettext('Cores'),
allowBlank: true,
--
2.20.1
More information about the pve-devel
mailing list