Options.max_open_files

Number of open files that can be used by the DB. You may need to increase this if your database has a large working set (budget one open file per 2MB of working set).

Default: 1000

class Options
@property
void
max_open_files
(
int val
)

Meta