Jazz 1.25.+
Loading...
Searching...
No Matches
Data Fields
jazz_elements::JazzLmdbOptions Struct Reference

All the necessary LMDB options (a binary representation of the values in the config file) More...

#include <persisted.h>

Data Fields

char path [MAX_LMDB_HOME_LEN]
 The path to the LMDB home directory.
 
int env_set_mapsize
 The size of the memory map as defined in configuration key MDB_ENV_SET_MAPSIZE.
 
int env_set_maxreaders
 The maximum number of reader slots as defined in configuration key MDB_ENV_SET_MAXREADERS.
 
int env_set_maxdbs
 The maximum number of databases as defined in configuration key MDB_ENV_SET_MAXDBS.
 
int flags
 The flags as defined in many configuration keys MDB_FIXEDMAP, .. MDB_NOMEMINIT.
 

Detailed Description

All the necessary LMDB options (a binary representation of the values in the config file)


The documentation for this struct was generated from the following file: