From ce87add314374ce2b660771dc2ee6953eb0c7967 Mon Sep 17 00:00:00 2001 From: ArthurFlageul Date: Wed, 20 Dec 2023 09:35:52 +0100 Subject: [PATCH] fix markup --- docs/platform/concepts/service-memory-limits.rst | 4 ++-- includes/services-memory-capped.rst | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/platform/concepts/service-memory-limits.rst b/docs/platform/concepts/service-memory-limits.rst index 4ec4e7fc7b..8af1547cfb 100644 --- a/docs/platform/concepts/service-memory-limits.rst +++ b/docs/platform/concepts/service-memory-limits.rst @@ -10,9 +10,9 @@ The practical memory limit will always be less than the service physical memory A server (or node) **usable memory** can be calculated as: - |vm_usable_memory| +|vm_usable_memory| -.. important:: This ``overhead`` is currently calculated as: |vm_overhead| +.. important:: ``overhead`` is calculated as: |vm_overhead|. Services may utilize optional components, service integrations, connection pooling, or plug-ins, which are not included in overhead calculations. diff --git a/includes/services-memory-capped.rst b/includes/services-memory-capped.rst index 964cfd2dec..1423e4c336 100644 --- a/includes/services-memory-capped.rst +++ b/includes/services-memory-capped.rst @@ -9,10 +9,8 @@ For data services with unbounded memory allocation, a memory limit is placed on This **service memory** can be calculated as: - |service_memory| +|service_memory| .. important:: Reserved memory for non-service use is capped to a maximum of 4GB. For MySQL, a 600MB minimum is always guaranteed. - -