Mercurial > hg > orthanc-book
changeset 1294:4c666b4f5955
note about plugins RAM consumption
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Wed, 19 Aug 2026 09:01:06 +0200 |
| parents | 8bbdca938605 |
| children | e4ebcf577033 |
| files | Sphinx/source/faq/scalability.rst |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/faq/scalability.rst Tue Aug 18 14:13:10 2026 +0200 +++ b/Sphinx/source/faq/scalability.rst Wed Aug 19 09:01:06 2026 +0200 @@ -283,7 +283,8 @@ controlled by these memory capacities. It is difficult to estimate the amount of RAM used outside these controlled areas, as it depends on your usage patterns, but you should allow for an additional 128 MB of -RAM. +RAM. Also note that plugins can also consume RAM that is not taken +into account either. How can I compute the total amount of memory Orthanc will consume?
