Skip to content

ansible/salad: increase the fd limit to 32k

Martin Roukala requested to merge mupuf/ci-tron:salad_fd_limit_increase into main

It seems we have a slow fd leak in salad that I can't seem to figure out.

Rather than periodically breaking CI, let's raise the fd limit and we'll use the monitoring introduced in the previous commit to keep track of how many fds are open so that we can alert before the situation arises again.

Merge request reports