]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: qemu: bump max cores to 256 by socket
authorAlexandre Derumier <aderumier@odiso.com>
Fri, 12 Jan 2024 20:08:06 +0000 (21:08 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 20 Feb 2024 12:45:30 +0000 (13:45 +0100)
New AMD Epyc CPUs already supports 168 threads and QEMU 8.1 support
1024 cores with q35.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/qemu/ProcessorEdit.js

index b845ff662520e36d6d8536b4a888b66b8e92db82..b35387274e00843eb7a15b102b31a34d8116995c 100644 (file)
@@ -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,