pub fn storage_memory_config(
non_reserved_memory_bytes: usize,
embedded_compactor_enabled: bool,
storage_config: &StorageConfig,
is_serving: bool,
) -> StorageMemoryConfig
Expand description
Decide the memory limit for each storage cache. If not specified in StorageConfig
, memory
limits are calculated based on the proportions to total non_reserved_memory_bytes
.