# HG changeset patch # User Alain Mazy # Date 1787122866 -7200 # Node ID 4c666b4f595540221c74cdb369351bb90cadcf1c # Parent 8bbdca9386054179927af3d440dfc6ffd58a783e note about plugins RAM consumption diff -r 8bbdca938605 -r 4c666b4f5955 Sphinx/source/faq/scalability.rst --- 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?