kolla-ansible/releasenotes/notes/add_qume_options-8e9f040d0bc36fe6.yaml
Mark Goddard 3a6a9384cb Tidy up release notes for Stein release
Change-Id: I0d66e49f09313de8abb89f510c7a5098507c572a
2019-03-29 13:34:43 +00:00

9 lines
375 B
YAML

---
features:
- |
Adds support for configuring the maximum files and processes limits in the
``nova_libvirt`` container, via the ``qemu_max_files`` and
``qemu_max_processes`` variables. The default values for these are 32768
and 131072 respectively. This is useful when Nova uses Ceph as a backend,
since the default limit of 1024 is often not enough.