ArcticDB icon indicating copy to clipboard operation
ArcticDB copied to clipboard

Configure maxreader limit for LMDB backend: MDB_READERS_FULL: Environment maxreaders limit reached

Open HelloWorldStan opened this issue 7 months ago • 1 comments

Hello,

I recently encountered an error: arcticdb_ext.exceptions.StorageException: E_UNEXPECTED_LMDB_ERROR Unexpected LMDB Error: LMDBError#-30790: mdb_txn_begin: MDB_READERS_FULL: Environment maxreaders limit reached for object *sTo(7455744cb405c407d4aabe70b06b8b2daa8054ea

is there a way to configure the number of concurrent readers when using the LMDB backend?

Many Thanks

HelloWorldStan avatar Apr 28 '25 08:04 HelloWorldStan