diff options
author | lain <lain@soykaf.club> | 2020-05-25 17:45:40 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-25 17:45:40 +0000 |
commit | 09d8b9cb553dc0d5cf18864ee0d82f099c82e5e9 (patch) | |
tree | 8819c9af3f0289d67f361f20af991eee91d3cab5 /docs/installation/otp_en.md | |
parent | 6783d544b2d3856bda3f8f9136011923ee8b30fe (diff) | |
parent | af3568a6d99cbd73d1e685d7d2f57292ef951f43 (diff) | |
download | pleroma-09d8b9cb553dc0d5cf18864ee0d82f099c82e5e9.tar.gz pleroma-09d8b9cb553dc0d5cf18864ee0d82f099c82e5e9.zip |
Merge branch '1471-tuning-advice' into 'develop'
Docs: Document reasonable Postgres settings.
See merge request pleroma/pleroma!2581
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 |