From 0b1ca6529528ada9c20d89cea038ad42c1a89762 Mon Sep 17 00:00:00 2001 From: Jerome Jaggi Date: Fri, 13 Mar 2026 15:08:06 +0100 Subject: [PATCH] docs: add memory ballooning stub page Signed-off-by: Jerome Jaggi --- pages/features/memory-ballooning.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/features/memory-ballooning.mdx diff --git a/pages/features/memory-ballooning.mdx b/pages/features/memory-ballooning.mdx new file mode 100644 index 0000000..a18d6df --- /dev/null +++ b/pages/features/memory-ballooning.mdx @@ -0,0 +1,8 @@ +--- +title: Memory Ballooning +navigation_icon: memory +--- + +Memory ballooning allows the platform to dynamically resize the memory allocation of a running instance without rebooting it. + +> ⚠️ This feature isn't yet available on stable. Documentation will expand upon release.