aboutsummaryrefslogtreecommitdiff
path: root/docs/installation/otp_en.md
diff options
context:
space:
mode:
authorRoman Chvanikov <chvanikoff@pm.me>2020-05-28 12:07:30 +0300
committerRoman Chvanikov <chvanikoff@pm.me>2020-05-28 12:23:19 +0300
commitfddba6739de7e5f07f14338ccf5310a143a498cd (patch)
tree7c6b297ef53d5176059597ff4589bbbcce4afff2 /docs/installation/otp_en.md
parent6cab0f820ec2ee112eb4dec84fa7d1c9cd9fca73 (diff)
parenta23df89b5d457ef56154069c132c75a590de810f (diff)
downloadpleroma-fddba6739de7e5f07f14338ccf5310a143a498cd.tar.gz
Merge develop
Diffstat (limited to 'docs/installation/otp_en.md')
-rw-r--r--docs/installation/otp_en.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md
index fb99af699..86135cd20 100644
--- a/docs/installation/otp_en.md
+++ b/docs/installation/otp_en.md
@@ -63,7 +63,7 @@ apt install postgresql-11-rum
```
#### (Optional) Performance configuration
-For optimal performance, you may use [PGTune](https://pgtune.leopard.in.ua), don't forget to restart postgresql after editing the configuration
+It is encouraged to check [Optimizing your PostgreSQL performance](../configuration/postgresql.md) document, for tips on PostgreSQL tuning.
```sh tab="Alpine"
rc-service postgresql restart