Make customization its own chapter, add tuning section

This commit is contained in:
ErikKalkoken
2020-04-23 17:04:16 +02:00
parent b806a69604
commit d0f12d7d56
7 changed files with 195 additions and 6 deletions

View File

@@ -0,0 +1,16 @@
# Tuning
The official installation guide will install a stable version of Alliance Auth that will work fine for most cases. However, there are a lot of levels that can be used to optimize a system. For example some installations may we short on RAM and want to reduce the total memory footprint, even though that may reduce system performance. Others are fine with further increasing the memory footprint to get better system performance.
```eval_rst
.. warning::
Tuning usually has benefits and costs and should only be performed by experienced Linux administrators who understand the impact of tuning decisions on to their system.
```
```eval_rst
.. toctree::
:maxdepth: 1
gunicorn
celery
```