voxel51/fiftyone

[BUG] Too many open files

Open

#1,568 opened on Jan 27, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (400 forks)batch import
bughelp wanted

Repository metrics

Stars
 (4,021 stars)
PR merge metrics
 (Avg merge 3d 11h) (161 merged PRs in 30d)

Description

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.

Contributor guide