voxel51/fiftyone

[BUG] Too many open files

Open

#1568 aperta il 27 gen 2022

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (400 fork)batch import
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.

Guida contributor