Skip to content

qemu_init: increase NOFILE soft limit on POSIX

Cornelia Huck requested to merge cohuck/qemu-kvm-c9s:bump-nofile-soft-limit into c9s

Jira: https://issues.redhat.com/browse/RHEL-26049

We're running into the NOFILE soft limit when trying to run guests with more than 246 vCPUs on aarch64, as a bunch of eventfds are used per vCPU (and the code needs to fallback to a slower, untested userspace implementation). Follow upstream in bumping the soft limit, which is the recommended way to handle that.

Merge request reports

Loading