diff --git a/doc/CONFIGURATION.md b/doc/CONFIGURATION.md index 786bae475..9de3c6801 100644 --- a/doc/CONFIGURATION.md +++ b/doc/CONFIGURATION.md @@ -361,7 +361,7 @@ By default, Mountpoint emits high-severity log information to [syslog](https://d ## Unstable configurations -Configurations in this section are considered unstable and may be removed at any time. We do not recommend using them unless otherwise advised. +Configurations in this section are experimental and may be removed or superseded by other configurations at any time. ### Maximum prefetch window size diff --git a/mountpoint-s3/CHANGELOG.md b/mountpoint-s3/CHANGELOG.md index 400e69615..bb0e42d19 100644 --- a/mountpoint-s3/CHANGELOG.md +++ b/mountpoint-s3/CHANGELOG.md @@ -2,7 +2,7 @@ ### New features -* Mountpoint now automatically adjusts its prefetcher read window size based on available system memory. This prevents Mountpoint from consuming all available system memory in cases where a large number of file handles are read from concurrently. ([#1013](https://github.com/awslabs/mountpoint-s3/pull/1013)) +* Mountpoint now automatically adjusts its prefetcher read window size based on available system memory. This reduces the risk of Mountpoint potentially consuming all available system memory in cases where a large number of file handles are read from concurrently. ([#1013](https://github.com/awslabs/mountpoint-s3/pull/1013)) ### Breaking changes