[pve-devel] [PATCH pve-manager] qemu: bump max cores to 256 by socket

Alexandre Derumier aderumier at odiso.com
Fri Jan 12 21:08:06 CET 2024


New epyc cpu already support 168 threads

qemu 8.1 support 1024 cores with q35
---
 www/manager6/qemu/ProcessorEdit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/qemu/ProcessorEdit.js b/www/manager6/qemu/ProcessorEdit.js
index b845ff66..b3538727 100644
--- a/www/manager6/qemu/ProcessorEdit.js
+++ b/www/manager6/qemu/ProcessorEdit.js
@@ -125,7 +125,7 @@ Ext.define('PVE.qemu.ProcessorInputPanel', {
 	    xtype: 'proxmoxintegerfield',
 	    name: 'cores',
 	    minValue: 1,
-	    maxValue: 128,
+	    maxValue: 256,
 	    value: '1',
 	    fieldLabel: gettext('Cores'),
 	    allowBlank: false,
-- 
2.39.2




More information about the pve-devel mailing list