Re: [PATCH] qemu_init: increase NOFILE soft limit on POSIX

2023-12-15 Thread Daniel P . Berrangé
On Tue, Dec 12, 2023 at 03:32:50PM +0100, Fiona Ebner wrote: > 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.

[PATCH] qemu_init: increase NOFILE soft limit on POSIX

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 t