This commit is contained in:
vanhauser-thc
2024-05-14 13:07:47 +02:00
parent a87ea96913
commit 7d3530a22e

View File

@ -464,7 +464,7 @@
/* Do not change this unless you really know what you are doing. */ /* Do not change this unless you really know what you are doing. */
#define MAP_SIZE (1U << MAP_SIZE_POW2) #define MAP_SIZE (1U << MAP_SIZE_POW2)
#if MAP_SIZE <= 65536 #if MAP_SIZE <= 2097152
#define MAP_INITIAL_SIZE (2 << 20) // = 2097152 #define MAP_INITIAL_SIZE (2 << 20) // = 2097152
#else #else
#define MAP_INITIAL_SIZE MAP_SIZE #define MAP_INITIAL_SIZE MAP_SIZE