public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve-manager] qemu: bump max cores to 256 by socket
@ 2024-01-12 20:08 Alexandre Derumier
  2024-01-15 11:46 ` Dominik Csapak
  2024-02-20 12:50 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 2 replies; 7+ messages in thread
From: Alexandre Derumier @ 2024-01-12 20:08 UTC (permalink / raw)
  To: pve-devel

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




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-02-20 12:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-12 20:08 [pve-devel] [PATCH pve-manager] qemu: bump max cores to 256 by socket Alexandre Derumier
2024-01-15 11:46 ` Dominik Csapak
2024-01-15 12:43   ` DERUMIER, Alexandre
2024-01-15 13:08     ` Fiona Ebner
2024-01-16 14:08       ` DERUMIER, Alexandre
2024-01-16 15:20         ` Fiona Ebner
2024-02-20 12:50 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal