More reasonable size for metadata
This commit is contained in:
parent
abbc2e7e1f
commit
5c4e0d8c54
6 changed files with 9 additions and 6 deletions
|
@ -74,6 +74,9 @@ static const char * DBG_LVL_LIST[] = {"NONE", "FAIL", "ERROR", "WARN", "INFO", "
|
|||
/// The size used for stream header pages under Windows, where they cannot be size-detected.
|
||||
#define DEFAULT_META_PAGE_SIZE 16 * 1024 * 1024
|
||||
|
||||
/// The size used for stream header pages under Windows, where they cannot be size-detected.
|
||||
#define DEFAULT_STRM_PAGE_SIZE 4 * 1024 * 1024
|
||||
|
||||
/// The size used for stream data pages under Windows, where they cannot be size-detected.
|
||||
#define DEFAULT_DATA_PAGE_SIZE SHM_DATASIZE * 1024 * 1024
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue