mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 09:27:31 -07:00
[docs] Add PGTune instructions to install docs
This commit is contained in:
parent
8cbcb5766a
commit
6bf6a71151
1 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,10 @@ In order for Iceshrimp to work properly, you need to initialise the database usi
|
|||
yarn run init
|
||||
```
|
||||
|
||||
### Optimizing performance
|
||||
|
||||
For optimal database performance, it's highly recommended to configure PostgreSQL with [PGTune](https://pgtune.leopard.in.ua/) using the "Mixed type of application" profile. This is especially important should your database server use HDD instead of SATA or NVMe SSD storage.
|
||||
|
||||
## Setting up Webproxy
|
||||
|
||||
### Nginx
|
||||
|
|
Loading…
Reference in a new issue