From: Jim Fehlig Date: Wed, 31 Jul 2019 17:56:17 +0000 (-0600) Subject: news: add entry for new max_threads_per_process option in qemu.conf X-Git-Tag: v5.6.0-rc2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd24bab96a823ce1f45397e261deb6ea810653bb;p=thirdparty%2Flibvirt.git news: add entry for new max_threads_per_process option in qemu.conf Signed-off-by: Jim Fehlig Reviewed-by: Andrea Bolognani --- diff --git a/docs/news.xml b/docs/news.xml index 82a4ec9c84..9483172335 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -74,6 +74,17 @@ which portions of a disk have changed since a point in time. + + + qemu: Add support for overriding max threads per process limit + + + systemd-based systems impose a limit on the number of threads a + process can spawn, which in some cases can be exceeded by QEMU + processes running VMs. Add a max_threads_per_process + option to qemu.conf to override the system default. + +