mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 11:15:56 +00:00
Increase sqlite database limits
This commit is contained in:
committed by
Vinnie Falco
parent
ef23d72562
commit
610e51a162
@@ -29,6 +29,7 @@ const char* TxnDBInit[] =
|
||||
"PRAGMA synchronous=NORMAL;",
|
||||
"PRAGMA journal_mode=WAL;",
|
||||
"PRAGMA journal_size_limit=1582080;",
|
||||
"PRAGMA max_page_count=2147483646;",
|
||||
|
||||
#if (ULONG_MAX > UINT_MAX) && !defined (NO_SQLITE_MMAP)
|
||||
"PRAGMA mmap_size=17179869184;",
|
||||
|
||||
Reference in New Issue
Block a user