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

2024-02-05 Thread Daniel P . Berrangé
On Fri, Feb 02, 2024 at 09:35:19AM +0100, Fiona Ebner wrote: > Am 18.12.23 um 11:13 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 descrip

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

2024-02-02 Thread Fiona Ebner
Am 18.12.23 um 11:13 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 limi

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

2024-01-03 Thread Daniel P . Berrangé
On Mon, Dec 18, 2023 at 11:13:40AM +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 v2] qemu_init: increase NOFILE soft limit on POSIX

2023-12-18 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