Function total_storage_memory_limit_bytes

Source
fn total_storage_memory_limit_bytes(
    storage_memory_config: &StorageMemoryConfig,
) -> usize
Expand description

The maximal memory that storage components may use based on the configurations in bytes. Note that this is the total storage memory for one compute node instead of the whole cluster.