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