mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 23:05:07 +01:00
minor formatting
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user