summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2019-06-17 07:10:58 +0000
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-06-17 09:10:58 +0200
commitdbc882550f6d9bca70fad0a2c3694f843aa0fbd8 (patch)
tree610ff902053b9b6d9ae0a71e06fca2f4396b3cfb
parentea57eb06b9c138cd68237a9c775bdfaa3ab74645 (diff)
doc: remove single/multi-threaded web server configuration (#6291)
Support for single/multi-theaded server configuration was removed in https://github.com/netdata/netdata/pull/4969 (only the static-threaded server was kept), but https://docs.netdata.cloud/docs/performance/#6-use-the-single-threaded-web-server still recommends configuring it as single-threaded. This removes the obsolete paragraph.
-rw-r--r--docs/Performance.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/Performance.md b/docs/Performance.md
index 9d657d17b9..fbc6d57614 100644
--- a/docs/Performance.md
+++ b/docs/Performance.md
@@ -179,11 +179,7 @@ Setting the memory mode to `ram` will disable loading and saving the round robin
memory mode = ram
```
-### 6. Use the single threaded web server
-
-Normally, Netdata spawns a thread for each web client. This allows Netdata to utilize all the available cores for servicing chart refreshes. You can however disable this feature and serve all charts one after another, using a single thread / core. This will might lower the CPU pressure on the embedded device. To enable the single threaded web server, edit `/etc/netdata/netdata.conf` and set `mode = single-threaded` in the `[web]` section.
-
-### 7. Lower memory requirements
+### 6. Lower memory requirements
You can set the default size of the round robin database for all charts, using:
@@ -197,7 +193,7 @@ The units for history is `[global].update every` seconds. So if `[global].update
Check also [Database](../database) for directions on calculating the size of the round robin database.
-### 8. Disable gzip compression of responses
+### 7. Disable gzip compression of responses
Gzip compression of the web responses is using more CPU that the rest of Netdata. You can lower the compression level or disable gzip compression completely. You can disable it, like this: