Azure / azure-storage-fuse

A virtual file system adapter for Azure Blob storage
Other
647 stars 204 forks source link

Autoconfig #1416

Closed ashruti-msft closed 1 month ago

ashruti-msft commented 2 months ago

Added calcultions for parameters for prefetch, parallelism, mem-size-mb, disk-size-mb in block_cache. Updated test cases according to new calculations.

P.S: While printing blockCache configuations some values were in bytes and some in MB so I made the output uniform for all in bytes.

souravgupta-msft commented 2 months ago

Can you also write tests for validating these options that are auto computed. For example, you can compute free memory using the free command in Linux and compare the output against the one computed by the code.