[libvirt] [PATCH] news: add entry for new max_threads_per_process option in qemu.conf

Jim Fehlig posted 1 patch 4 years, 8 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190731175752.23503-1-jfehlig@suse.com
docs/news.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
[libvirt] [PATCH] news: add entry for new max_threads_per_process option in qemu.conf
Posted by Jim Fehlig 4 years, 8 months ago
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
---
 docs/news.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index 82a4ec9c84..3a20f95a0d 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.
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: Add support for overriding max threads per process limit
+        </summary>
+        <description>
+          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 <code>max_threads_per_process</code>
+          option to qemu.conf to override the system default.
+        </description>
+      </change>
     </section>
     <section title="Removed features">
       <change>
-- 
2.22.0


--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] news: add entry for new max_threads_per_process option in qemu.conf
Posted by Andrea Bolognani 4 years, 8 months ago
On Wed, 2019-07-31 at 17:58 +0000, Jim Fehlig wrote:
> +      <change>
> +        <summary>
> +          qemu: Add support for overriding max threads per process limit
> +        </summary>
> +        <description>
> +          systemd-based systems impose a limit on the number of threads a
> +          process can spawn, which in some cases can be exceeded by qemu

s/qemu/QEMU/


With that changed,

  Reviewed-by: Andrea Bolognani <abologna@redhat.com>

and safe for freeze.

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list