db size changed to 30GB

This commit is contained in:
moneroexamples 2016-05-12 05:57:14 +00:00
parent a136d90b92
commit c5a9ae5792

View file

@ -37,7 +37,7 @@ namespace xmreg
{ {
static const uint64_t DEFAULT_MAPSIZE = 20UL * 1024UL * 1024UL * 1024UL; /* 10 GiB */ static const uint64_t DEFAULT_MAPSIZE = 30UL * 1024UL * 1024UL * 1024UL; /* 30 GiB */
static const uint64_t DEFAULT_NO_DBs = 10; static const uint64_t DEFAULT_NO_DBs = 10;
@ -490,7 +490,7 @@ namespace xmreg
{ {
cerr << e.what() << endl; cerr << e.what() << endl;
} }
} }
void void
print_all(const string& db_name) print_all(const string& db_name)