Skip to content

Fix excessive number of FDs used by multi-part cache

Dmitry Osipenko requested to merge digetx/mesa:multipart-cache-fixes into main

Open one part of a multi-part cache at a time and do it when cache is actually getting used to prevent exhaustion of FDs for applications that aren't ready to work with more than 1024 FDs.

@tarceri @llandwerlin @company

Merge request reports

Loading