Re: [libvirt] [PATCH] qemu: Add support for overriding max threads per process limit

2019-06-12 Thread Jim Fehlig
On 6/6/19 11:40 AM, Jim Fehlig wrote: Some VM configurations may result in a large number of threads created by the associated qemu process which can exceed the system default limit. The maximum number of threads allowed per process is controlled by the pids cgroup controller and is set to 16k

[libvirt] [PATCH] qemu: Add support for overriding max threads per process limit

2019-06-06 Thread Jim Fehlig
Some VM configurations may result in a large number of threads created by the associated qemu process which can exceed the system default limit. The maximum number of threads allowed per process is controlled by the pids cgroup controller and is set to 16k when creating VMs with systemd's machined