Re: [pve-devel] [PATCH qemu-server] correct cpuunits range

2017-10-09 Thread Fabian Grünbichler
On Mon, Oct 09, 2017 at 01:06:57PM +0200, Philip Abernethy wrote: > 'These options take an integer value and control the "cpu.shares" > control group attribute. The allowed range is 2 to 262144. Defaults to > 1024.' – man 5 systemd.resource-control > --- > Concerns #1321 > > PVE/QemuServer.pm | 4

[pve-devel] [PATCH qemu-server] correct cpuunits range

2017-10-09 Thread Philip Abernethy
'These options take an integer value and control the "cpu.shares" control group attribute. The allowed range is 2 to 262144. Defaults to 1024.' – man 5 systemd.resource-control --- Concerns #1321 PVE/QemuServer.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PVE/QemuSer