aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-25 19:26:07 +0200
committerlain <lain@soykaf.club>2020-05-25 19:26:07 +0200
commitaf3568a6d99cbd73d1e685d7d2f57292ef951f43 (patch)
tree8819c9af3f0289d67f361f20af991eee91d3cab5
parentf7cb3f4cfc7eaf6ff67e27a7d6449e23e09a501e (diff)
downloadpleroma-af3568a6d99cbd73d1e685d7d2f57292ef951f43.tar.gz
Docs: sql -> SQL
-rw-r--r--docs/configuration/postgresql.md6
-rw-r--r--docs/installation/otp_en.md2
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/postgresql.md b/docs/configuration/postgresql.md
index 068f133a9..6983fb459 100644
--- a/docs/configuration/postgresql.md
+++ b/docs/configuration/postgresql.md
@@ -1,6 +1,6 @@
-# Optimizing your Postgresql performance
+# Optimizing your PostgreSQL performance
-Pleroma performance depends to a large extent on good database performance. The default Postgresql settings are mostly fine, but often you can get better performance by changing a few settings.
+Pleroma performance depends to a large extent on good database performance. The default PostgreSQL settings are mostly fine, but often you can get better performance by changing a few settings.
You can use [PGTune](https://pgtune.leopard.in.ua) to get recommendations for your setup. If you do, set the "Number of Connections" field to 20, as Pleroma will only use 10 concurrent connections anyway. If you don't, it will give you advice that might even hurt your performance.
@@ -8,7 +8,7 @@ We also recommend not using the "Network Storage" option.
## Example configurations
-Here are some configuration suggestions for Postgresql 10+.
+Here are some configuration suggestions for PostgreSQL 10+.
### 1GB RAM, 1 CPU
```
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md
index 6f9749ef1..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
-It is encouraged to check [Optimizing your Postgresql performance](../configuration/postgresql.md) document, for tips on PostgreSQL tuning.
+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