bughelp wanted
Metriche repository
- Star
- (4021 star)
- Metriche merge PR
- (Merge medio 3g 11h) (161 PR mergiate in 30 g)
Descrizione
MongoDB has documentation regarding too many open files (ulimit) issues. Setting up mongod as a service is a straightforward way to configure an unlimited limit to avoid this issue, per the documentation. You can then configure your own FiftyOne database connection.
But, without a mongod service, if you set the soft and hard open file limit for your user (on linux machines), you should not face this issue. See here.