diff --git a/docs/PERFORMANCE.md b/docs/PERFORMANCE.md index abf779db..8abd4d34 100755 --- a/docs/PERFORMANCE.md +++ b/docs/PERFORMANCE.md @@ -26,6 +26,10 @@ A large database or oversized log files can impact performance. You can check da > * No table should exceed **10,000 rows** in a healthy system. > * Actual values vary based on network activity and plugin settings. +Please note that excessively large log files will increase memory consumption. Decrease `MAINT_LOG_LENGTH` if you want to optimize memory use and increase it when debugging issues. See below chart on memory use after logs cleanup. + +![memory use after excessive log clean up](./img/PERFORMANCE/logs_memory_usage.png) + --- ## Maintenance Plugins diff --git a/docs/img/PERFORMANCE/logs_memory_usage.png b/docs/img/PERFORMANCE/logs_memory_usage.png new file mode 100644 index 00000000..13376362 Binary files /dev/null and b/docs/img/PERFORMANCE/logs_memory_usage.png differ