MaxOpenFiled

data class MaxOpenFiled(maxOpenFiles: Int) : LevelDBOptions

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)

Constructors

MaxOpenFiled
Link copied to clipboard
common
fun MaxOpenFiled(maxOpenFiles: Int)

Properties

maxOpenFiles
Link copied to clipboard
common
val maxOpenFiles: Int