From 172c6c1eff0d16ea3f4ecb7f2b3cad5ad2777b4e Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:05:02 -0700 Subject: [PATCH] [chore] remove mentions of the `memory_ballast` extension (#11010) Removing references to the memory ballast extension --- extension/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extension/README.md b/extension/README.md index 4f9661e1414..da453dac647 100644 --- a/extension/README.md +++ b/extension/README.md @@ -10,7 +10,6 @@ performance profile. Supported service extensions (sorted alphabetically): -- [Memory Ballast](ballastextension/README.md) - [zPages](zpagesextension/README.md) The [contributors @@ -28,5 +27,5 @@ will be shutdown. The ordering is determined in the `extensions` tag under the service: # Extensions specified below are going to be loaded by the service in the # order given below, and shutdown on reverse order. - extensions: [memory_ballast, zpages] + extensions: [extension1, extension2] ```