Re: [pve-devel] [PATCH qemu] fix #4507: add patch to automatically increase NOFILE soft limit

2024-02-05 Thread Fiona Ebner
Am 12.12.23 um 14:42 schrieb Fiona Ebner: > 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

Re: [pve-devel] [PATCH qemu] fix #4507: add patch to automatically increase NOFILE soft limit

2023-12-12 Thread Fiona Ebner
Am 12.12.23 um 14:42 schrieb Fiona Ebner: > 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

[pve-devel] [PATCH qemu] fix #4507: add patch to automatically increase NOFILE soft limit

2023-12-12 Thread Fiona Ebner
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