This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new ddf144b0e1 Upgrade notes: Document new configs related to hugepages
(#11689)
ddf144b0e1 is described below
commit ddf144b0e199735d3d52cb5e1ec67dc61fb3385d
Author: Chris McFarlen <[email protected]>
AuthorDate: Fri Aug 16 16:57:14 2024 -0500
Upgrade notes: Document new configs related to hugepages (#11689)
* Upgrade notes: Document new configs related to hugepages
* double quotes and match style
* fix quotes
* Fix hugepage config name
---------
Co-authored-by: Chris McFarlen <[email protected]>
---
doc/release-notes/upgrading.en.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/release-notes/upgrading.en.rst
b/doc/release-notes/upgrading.en.rst
index d1b95b37d6..59330e35ad 100644
--- a/doc/release-notes/upgrading.en.rst
+++ b/doc/release-notes/upgrading.en.rst
@@ -160,6 +160,11 @@ The following :file:`records.yaml` changes have been made:
same as :ts:cv:`proxy.config.http.per_server.connection.max`
- The records.yaml entry
:ts:cv:`proxy.config.http.no_dns_just_forward_to_parent` is
not overridable
+- The records.yaml entry :ts:cv:`proxy.config.allocator.iobuf_chunk_sizes` has
been added
+ to enable more control of iobuffer allocation.
+- The records.yaml entry :ts:cv:`proxy.config.allocator.hugepages` will enable
+ allocating iobuffers and cache volumes from hugepages if configured in the
+ system.
The following changes have been made to the :file:`sni.yaml` file:
@@ -167,6 +172,7 @@ The following changes have been made to the
:file:`sni.yaml` file:
- The ``ip_allow`` key can now take a reference to a file containing the ip
allow rules
+
Plugins
-------