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:52:47 +0400
commitfe1873b54bc9dbb80b2cee3c1a02acfa120a1efe (patch)
tree00831720c60240112570b7a6f608a4a163b2b50c
parentedcd366828f4fee77b5d931c225720bc212363a3 (diff)
downloadrabbitmq-server-git-fe1873b54bc9dbb80b2cee3c1a02acfa120a1efe.tar.gz
3.10.8 release notes wording
-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)