These happen pretty regularly. Any chance these can be addressed systematically by bumping up the appropriate limits? -- Bojan
On Tue, Aug 11, 2026 at 4:59 AM Bojan Smojver via devel devel@lists.fedoraproject.org wrote:
These happen pretty regularly. Any chance these can be addressed systematically by bumping up the appropriate limits?
As far as I know, it's not caused by too low limits for open files, but rather a file descriptor leak somewhere. So bumping the limits will not fix the issue, it will just make it happen slightly less frequently.
Fabio
On Tue, Aug 11, 2026 at 11:52:14AM +0200, Fabio Valentini wrote:
On Tue, Aug 11, 2026 at 4:59 AM Bojan Smojver via devel devel@lists.fedoraproject.org wrote:
These happen pretty regularly. Any chance these can be addressed systematically by bumping up the appropriate limits?
As far as I know, it's not caused by too low limits for open files, but rather a file descriptor leak somewhere. So bumping the limits will not fix the issue, it will just make it happen slightly less frequently.
Yeah, I looked at it last night and it was using 20k or so files, but the limit is much larger than that, so it's something else going on.
https://github.com/fedora-infra/bodhi/issues/5935
kevin
Here is a stab at it: https://github.com/fedora-infra/bodhi/pull/6155
-- Bojan
On Fri, Aug 21, 2026 at 06:46:23AM +1000, Bojan Smojver via devel wrote:
Here is a stab at it: https://github.com/fedora-infra/bodhi/pull/6155
Thanks! I approved ci on it and it's churning away...
kevin