summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2018-12-07 10:24:46 +0100
committerGitHub <noreply@github.com>2018-12-07 10:24:46 +0100
commit9d7e58cdc4ffc21994ab305951a69d73fc263af7 (patch)
tree0818ef0cf29d6f5af3edccadae1eb349ffa8af3b /docs
parente50e56b6b91470e48adc7c278de9d71992d0de9e (diff)
Update Performance.md (#4935)
Replace [[Memory Requirements]] with link to the database readme.
Diffstat (limited to 'docs')
-rw-r--r--docs/Performance.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Performance.md b/docs/Performance.md
index b26d281965..7ed7330225 100644
--- a/docs/Performance.md
+++ b/docs/Performance.md
@@ -205,7 +205,7 @@ You can set the default size of the round robin database for all charts, using:
The units for history is `[global].update every` seconds. So if `[global].update every = 6` and `[global].history = 600`, you will have an hour of data ( 6 x 600 = 3.600 ), which will store 600 points per dimension, one every 6 seconds.
-Check also [[Memory Requirements]] for directions on calculating the size of the round robin database.
+Check also [Database](../database) for directions on calculating the size of the round robin database.
### 8. Disable gzip compression of responses