increased LMDB mapsize

closes #253
This commit is contained in:
Jan-Piet Mens
2018-09-12 10:28:29 +02:00
parent 7829e5a7bd
commit e78cdf3d1e

View File

@@ -4,7 +4,7 @@
#include "json.h"
#include "lmdb.h"
#define LMDB_DB_SIZE (120 * 1024 * 1024)
#define LMDB_DB_SIZE (100000 * 1024 * 1024)
struct gcache {
MDB_env *env;