Skip to main content

DIAG_MAX_HASH_PAGES

Constant DIAG_MAX_HASH_PAGES 

Source
const DIAG_MAX_HASH_PAGES: usize = _; // 32_768usize
Expand description

Maximum number of individual 4 KB pages we can track for per-page expected-hash comparison. Sized with headroom over the current shared-page count observed in soaks (~20 K pages = 40 x 2 MB chunks).