sampleBlockCacheConfig.yaml (25 lines of code) (raw):

# Refer ./setup/baseConfig.yaml for full set of config parameters logging: type: syslog level: log_debug components: - libfuse - block_cache - attr_cache - azstorage libfuse: attribute-expiration-sec: 120 entry-expiration-sec: 120 negative-entry-expiration-sec: 240 block_cache: block-size-mb: 32 mem-size-mb: 4096 prefetch: 80 parallelism: 128 attr_cache: timeout-sec: 7200 azstorage: type: block account-name: <ACCOUNT_NAME> account-key: <ACCOUNT_KEY> mode: key container: <CONTAINER_NAME>