minor formatting

This commit is contained in:
Ariel Rin
2023-10-31 23:52:34 +10:00
parent 60084de3db
commit ce25deeca1
6 changed files with 22 additions and 36 deletions

View File

@@ -25,8 +25,8 @@ Make sure the background processes are running: `supervisorctl status myauth:`.
Stop celery workers with `supervisorctl stop myauth:worker` then clear the queue:
```shell
redis-cli FLUSHALL
celery -A myauth worker --purge
redis-cli FLUSHALL
celery -A myauth worker --purge
```
Press Control+C once.

View File

@@ -3,7 +3,7 @@
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.
:::{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.
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.
:::
:::{toctree}