-
- Downloads
archwiki: use memcached for caching
Switch from apcu caching to memcached with 512 MiB so that we have a sustained cached instead of a php-fpm worker based cache which has a shorter lifetime of 2000 requests before the worker get's killed and respawned.
Showing
- playbooks/apollo.yml 1 addition, 1 deletionplaybooks/apollo.yml
- roles/archweb/tasks/main.yml 1 addition, 1 deletionroles/archweb/tasks/main.yml
- roles/archwiki/defaults/main.yml 1 addition, 0 deletionsroles/archwiki/defaults/main.yml
- roles/archwiki/files/20-apcu.ini 0 additions, 1 deletionroles/archwiki/files/20-apcu.ini
- roles/archwiki/tasks/main.yml 7 additions, 3 deletionsroles/archwiki/tasks/main.yml
- roles/archwiki/templates/LocalSettings.php.j2 6 additions, 0 deletionsroles/archwiki/templates/LocalSettings.php.j2
- roles/archwiki/templates/archwiki-memcached.service.j2 21 additions, 0 deletionsroles/archwiki/templates/archwiki-memcached.service.j2
roles/archwiki/files/20-apcu.ini
deleted
100644 → 0
Please register or sign in to comment