From 795e8a9d615f362f8dedd947ad6ad11d27b6c1db Mon Sep 17 00:00:00 2001 From: Joel Hans Date: Mon, 30 Nov 2020 15:16:34 -0700 Subject: Add guide: How to optimize Netdata's performance (#10271) * Init guide * Working on guide * Finish first draft of performance guide * Retitle and fix links in other docs * Acutally add guide * Copyedit pass * Fixes for Amy --- streaming/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'streaming') diff --git a/streaming/README.md b/streaming/README.md index 11d25f431a..34d899c3da 100644 --- a/streaming/README.md +++ b/streaming/README.md @@ -36,7 +36,7 @@ Alarms for the child are served by the parent. In this mode the child is just a plain data collector. It spawns all external plugins, but instead of maintaining a local database and accepting dashboard requests, it streams all metrics to the parent. The memory footprint is reduced significantly, to between 6 MiB and 40 MiB, depending on the enabled plugins. To reduce the memory usage as much as -possible, refer to [running Netdata in embedded devices](/docs/Performance.md#running-netdata-in-embedded-devices). +possible, refer to the [performance optimization guide](/docs/guides/configure/performance.md). The same parent can collect data for any number of child nodes. -- cgit v1.2.3