summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2022-09-24 02:52:47 +0400
committerMichael Klishin <michael@clojurewerkz.org>2022-09-24 02:53:00 +0400
commitafeb6851c9e011f70b174c1a4fd0b44c733b42b0 (patch)
treee918d5edc0d8164b820cdd4a27dad7f119dbede1
parentdc6bdf60da9a04c2ce8a5927b74337036a9c9f06 (diff)
downloadrabbitmq-server-git-afeb6851c9e011f70b174c1a4fd0b44c733b42b0.tar.gz
3.10.8 release notes wording
(cherry picked from commit fe1873b54bc9dbb80b2cee3c1a02acfa120a1efe)
-rw-r--r--release-notes/3.10.8.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/release-notes/3.10.8.md b/release-notes/3.10.8.md
index 81b5f0ea15..7d98e0e88a 100644
--- a/release-notes/3.10.8.md
+++ b/release-notes/3.10.8.md
@@ -30,7 +30,7 @@ now have to perform an additional configuration step:
This change was introduced because of a change in several Linux distributions: they now use a default open file handle limit so high,
they cause a significant (say, 1.5 GiB) memory preallocated the Erlang runtime.
-For example, [RHEL 9 and CentOS Stream 9](https://access.redhat.com/solutions/1479623) are examples of such distributions.
+[RHEL 9 and CentOS Stream 9](https://access.redhat.com/solutions/1479623) are examples of such distributions.
The new default [comes from modern systemd](https://github.com/systemd/systemd/commit/a8b627aaed409a15260c25988970c795bf963812).
See [rabbitmq/rabbitmq-server#5684](https://github.com/rabbitmq/rabbitmq-server/pull/5684) and [docker-library/rabbitmq#545](https://github.com/docker-library/rabbitmq/issues/545#issuecomment-1224977154)