mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 17:14:12 +08:00
mdbx: MAX_MAPSIZE32
value has been reduced to 0x7f000000
.
Change-Id: Ia45dd56621cd92441a45b8e80420a124cd111fdc
This commit is contained in:
parent
7ba13d8e72
commit
9bf7d53dc2
@ -619,7 +619,7 @@ typedef struct MDBX_lockinfo {
|
|||||||
#if defined(_WIN32) || defined(_WIN64)
|
#if defined(_WIN32) || defined(_WIN64)
|
||||||
#define MAX_MAPSIZE32 UINT32_C(0x38000000)
|
#define MAX_MAPSIZE32 UINT32_C(0x38000000)
|
||||||
#else
|
#else
|
||||||
#define MAX_MAPSIZE32 UINT32_C(0x7ff80000)
|
#define MAX_MAPSIZE32 UINT32_C(0x7f000000)
|
||||||
#endif
|
#endif
|
||||||
#define MAX_MAPSIZE64 (MAX_PAGENO * (uint64_t)MAX_PAGESIZE)
|
#define MAX_MAPSIZE64 (MAX_PAGENO * (uint64_t)MAX_PAGESIZE)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user