Updated default live metadata page size to 16MiB, to allow for bigger streams
This commit is contained in:
parent
0e649b7c72
commit
19b67e4551
1 changed files with 2 additions and 5 deletions
|
@ -71,11 +71,8 @@ static const char * DBG_LVL_LIST[] = {"NONE", "FAIL", "ERROR", "WARN", "INFO", "
|
||||||
#define INPUT_TIMEOUT STATS_DELAY
|
#define INPUT_TIMEOUT STATS_DELAY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/// The size used for stream header pages under Windows, where they cannot be size-detected.
|
/// The size used for stream headers for live streams
|
||||||
#define DEFAULT_META_PAGE_SIZE 16 * 1024 * 1024
|
#define DEFAULT_STRM_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.
|
/// The size used for stream data pages under Windows, where they cannot be size-detected.
|
||||||
#define DEFAULT_DATA_PAGE_SIZE SHM_DATASIZE * 1024 * 1024
|
#define DEFAULT_DATA_PAGE_SIZE SHM_DATASIZE * 1024 * 1024
|
||||||
|
|
Loading…
Add table
Reference in a new issue