diff --git a/modules/sysadmin_guide/nav.adoc b/modules/sysadmin_guide/nav.adoc index 9e0617a..defd2ae 100644 --- a/modules/sysadmin_guide/nav.adoc +++ b/modules/sysadmin_guide/nav.adoc @@ -68,7 +68,7 @@ ** xref:massupgrade.adoc[Mass Upgrade Infrastructure - SOP] ** xref:mastermirror.adoc[Master Mirror Infrastructure - SOP] ** xref:mbs.adoc[Module Build Service Infra - SOP] -** xref:memcached.adoc[memcached - SOP in review ] +** xref:memcached.adoc[Memcached Infrastructure - SOP] ** xref:message-tagging-service.adoc[message-tagging-service - SOP in review ] ** xref:mirrorhiding.adoc[mirrorhiding - SOP in review ] ** xref:mirrormanager.adoc[mirrormanager - SOP in review ] diff --git a/modules/sysadmin_guide/pages/memcached.adoc b/modules/sysadmin_guide/pages/memcached.adoc index 2bac77c..2ff4e23 100644 --- a/modules/sysadmin_guide/pages/memcached.adoc +++ b/modules/sysadmin_guide/pages/memcached.adoc @@ -6,12 +6,11 @@ Memcached is a non-blocking solution for our session storage. == Contents -[arabic] -. Contact Information -. Checking Status -. Flushing Memcached -. Restarting Memcached -. Configuring Memcached +* <<_contact_information>> +* <<_checking_status>> +* <<_flushing_memcached>> +* <<_restarting_memcached>> +* <<_configuring_memcached>> == Contact Information @@ -19,8 +18,6 @@ Owner:: Fedora Infrastructure Team Contact:: #fedora-admin, sysadmin-main, sysadmin-web groups -Location:: - PHX Servers:: memcached03, memcached04 Purpose:: @@ -63,9 +60,10 @@ sudo /etc/init.d/memcached restart == Configuring Memcached -Memcached is currently setup as a role in the ansible git repo. The main -two tunables are the MAXCONN (the maximum number of concurrent +Memcached is currently setup as a +https://pagure.io/fedora-infra/ansible/blob/main/f/roles/memcached[role in the ansible git repo]. +The main two tunables are the MAXCONN (the maximum number of concurrent connections) and CACHESIZE (the amount memory to use for storage). These variables can be set through $memcached_maxconn and $memcached_cachesize in ansible. Additionally, other options (as described in the memcached -manpage) can be set via $memcached_options. +manpage) can be set via `$memcached_options`.