[pve-devel] [PATCH 1/2] qemu processor : update max cores limit to 64
Stefan Priebe - Profihost AG
s.priebe at profihost.ag
Tue Jan 14 10:53:35 CET 2014
a max of 32 cores seems to be generally to low. I already have raised it
locally to 128.
Think of current AMD Quad core machines.
Stefan
Am 14.01.2014 10:48, schrieb Dietmar Maurer:
> This was removed from your second series - do we need this?
>
>> -----Original Message-----
>> From: pve-devel-bounces at pve.proxmox.com [mailto:pve-devel-
>> bounces at pve.proxmox.com] On Behalf Of Alexandre Derumier
>> Sent: Montag, 06. Jänner 2014 17:59
>> To: pve-devel at pve.proxmox.com
>> Subject: [pve-devel] [PATCH 1/2] qemu processor : update max cores limit to 64
>>
>>
>> Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
>> ---
>> www/manager/qemu/ProcessorEdit.js | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/www/manager/qemu/ProcessorEdit.js
>> b/www/manager/qemu/ProcessorEdit.js
>> index 4a887c0..1dc444b 100644
>> --- a/www/manager/qemu/ProcessorEdit.js
>> +++ b/www/manager/qemu/ProcessorEdit.js
>> @@ -26,7 +26,7 @@ Ext.define('PVE.qemu.ProcessorInputPanel', {
>> xtype: 'numberfield',
>> name: 'cores',
>> minValue: 1,
>> - maxValue: 32,
>> + maxValue: 64,
>> value: '1',
>> fieldLabel: gettext('Cores'),
>> allowBlank: false,
>> --
>> 1.7.10.4
>>
>> _______________________________________________
>> pve-devel mailing list
>> pve-devel at pve.proxmox.com
>> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
>
>
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
>
More information about the pve-devel
mailing list