Skip to main content

ChunkCacheConfig

Type Alias ChunkCacheConfig 

Source
pub type ChunkCacheConfig = ConfigValueGroup;

Aliased Type§

pub struct ChunkCacheConfig {
    pub size_bytes: u64,
}

Fields§

§size_bytes: u64

Default chunk cache capacity: 10 GB or 0 depends on the build feature

Use the environment variable HF_XET_CHUNK_CACHE_SIZE_BYTES to set this value.