Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed info about not supported option #255

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ _Applicable for: `blobfuse2`_
- `bufferSize` - size of each buffer to be cached in memory (in MB)
- `streamCache` - limit total amount of data being cached in memory to conserve memory footprint of blobfuse (in MB)
- `maxBlocksPerFile` - maximum number of blocks to be cached in memory
- `fileCaching` - file name based caching. Default is `false`, which specifies file handle based caching

For streaming during read and write operations, blocks of data are cached in memory as
they're read or updated. Updates are flushed to Azure Storage when a file is closed or
Expand Down