Skip to content

Commit

Permalink
Add note on cache eviction
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Carl Jones <[email protected]>
  • Loading branch information
dannycjones committed Nov 17, 2023
1 parent 15bea27 commit 6778fbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ To enable caching, use the `--cache <CACHE_DIR>` command-line flag.
This flag will enable caching of metadata using a default time-to-live (TTL) of 1 second.
Object content will also be cached within the cache directory specified.
Mountpoint will create a directory within this path, removing any files or directories within it at mount time and exit.
When available space for the cache on disk is limited,
content of files least recently accessed will be evicted to allow new data to be cached.
When running multiple Mountpoint processes on the same host,
you should use unique cache directories to avoid different processes interfering with the others' cache content.

Expand Down

0 comments on commit 6778fbd

Please sign in to comment.