Skip to main content

LOG_PAGE_LEN

Constant LOG_PAGE_LEN 

Source
pub const LOG_PAGE_LEN: u64 = _; // 33_554_432u64
Expand description

A log page is 32 MiB laid across contiguous segments.

F2’s constant. Three resident pages is about 96 MiB of working memory, and the contiguity is what makes writing one page one submission rather than a scatter list.