]> git.proxmox.com Git - pve-qemu.git/commit - debian/patches/series
fix #4507: add patch to automatically increase NOFILE soft limit
authorFiona Ebner <f.ebner@proxmox.com>
Mon, 5 Feb 2024 13:13:17 +0000 (14:13 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Feb 2024 09:33:12 +0000 (10:33 +0100)
commit86460aef7682b9c342de67c0b93d1a9d47e1cdd0
treeadba3921c280a722aa91f7b93d0ea2d815ce87ca
parent676adda3c697a2f6eeff512c985d82761ec78264
fix #4507: add patch to automatically increase NOFILE soft limit

In many configurations, e.g. multiple vNICs with multiple queues or
with many Ceph OSDs, the default soft limit of 1024 is not enough.
QEMU is supposed to work fine with file descriptors >= 1024 and does
not use select() on POSIX. Bump the soft limit to the allowed hard
limit to avoid issues with the aforementioned configurations.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
debian/patches/extra/0012-qemu_init-increase-NOFILE-soft-limit-on-POSIX.patch [new file with mode: 0644]
debian/patches/pve/0017-PVE-add-savevm-async-for-background-state-snapshots.patch
debian/patches/pve/0020-PVE-Add-dummy-id-command-line-parameter.patch
debian/patches/pve/0025-PVE-Allow-version-code-in-machine-type.patch
debian/patches/pve/0033-PVE-redirect-stderr-to-journal-when-daemonized.patch
debian/patches/series