Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFlag committed Dec 20, 2023
1 parent 1522e7a commit ce87add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/platform/concepts/service-memory-limits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 1 addition & 3 deletions includes/services-memory-capped.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


0 comments on commit ce87add

Please sign in to comment.