Docs: Document reasonable Postgres settings.

This commit is contained in:
lain 2020-05-25 15:53:14 +02:00
commit 6a85fe1f9d
2 changed files with 32 additions and 1 deletions

View file

@ -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