Skip to main content

DISK_BUDGET_FRACTION_DIVISOR

Constant DISK_BUDGET_FRACTION_DIVISOR 

Source
pub const DISK_BUDGET_FRACTION_DIVISOR: u64 = 4;
Expand description

Divisor applied to (free disk space + cache footprint) for the auto budget.

Recomputed on every sweep so it tracks disk pressure from other applications, not just this cache’s own growth.