diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-05-26 17:12:26 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-05-26 17:12:26 +0300 |
commit | 1a7ed04f9c67c2fe90d10976f40cf972ca726653 (patch) | |
tree | 86e3028fd5788ac75c0110df867983097d9ce18a /docs/installation/otp_en.md | |
parent | 04a26ab0a80a5c2ae87d329a4a83c89532849862 (diff) | |
parent | b233c8e55cba773e8ee9a4affbcce3a3c05d1e2d (diff) | |
download | pleroma-1a7ed04f9c67c2fe90d10976f40cf972ca726653.tar.gz |
Merge branch 'develop' into fix/mediaproxy-http-invalidation
Diffstat (limited to 'docs/installation/otp_en.md')
-rw-r--r-- | docs/installation/otp_en.md | 2 |
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 |