ocurrent / solver-service

An OCluster service for solving opam dependencies
Apache License 2.0
12 stars 7 forks source link

Close all unused file descriptors opened by git-unix #49

Closed moyodiallo closed 1 year ago

moyodiallo commented 1 year ago

Opening a store, open also some file descriptors. In the case of solver-service we're opening a store for each new hash commit of opam-repository. A store is not reused and we ends up accumulating lot of file descriptors.

This PR solve one of those issues https://github.com/ocurrent/solver-service/issues/46.