diff --git a/gcache.h b/gcache.h index 439c211..8c0530b 100644 --- a/gcache.h +++ b/gcache.h @@ -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;