Closed willdealtry closed 3 weeks ago
At the moment as we open more and more libraries we never close them, meaning that we can run out of filehandles.
Will this help with the file descriptor exhaustion problem? Given https://github.com/man-group/ArcticDB/pull/1908 aren't we going to hold them open regardless of this change?
At the moment as we open more and more libraries we never close them, meaning that we can run out of filehandles.