Skip to content

core: increase limit of open file descriptors for NetworkManager.service

Thomas Haller requested to merge th/limit-no-file-bump into master

Note that POSIX select() can only handle up to 1024 descriptors. That means, our code (and the libraries that we use) must not use select().

https://bugzilla.redhat.com/show_bug.cgi?id=1926599

Merge request reports