diff options
author | lain <lain@soykaf.club> | 2020-05-25 15:53:14 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-25 15:53:14 +0200 |
commit | 6a85fe1f9d0bfe7aee042671a86c9e58ae2d102b (patch) | |
tree | 2447459c8d4368a098bcc7b03de23452c818cefd /docs/installation | |
parent | 6783d544b2d3856bda3f8f9136011923ee8b30fe (diff) | |
download | pleroma-6a85fe1f9d0bfe7aee042671a86c9e58ae2d102b.tar.gz pleroma-6a85fe1f9d0bfe7aee042671a86c9e58ae2d102b.zip |
Docs: Document reasonable Postgres settings.
Diffstat (limited to 'docs/installation')
-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..b627bbb7a 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 +Check out our Postgresql document for a guide on optimizing Postgresql performance settings. ```sh tab="Alpine" rc-service postgresql restart |