Skip to content
Snippets Groups Projects
Verified Commit 44fb106e authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Raise memcached object size memory limit for sitemaps

parent 2bc0121b
No related branches found
No related tags found
No related merge requests found
Pipeline #11489 passed
......@@ -6,7 +6,8 @@ After=network.target
User=archweb
Group=memcached
# Remove '-l 127.0.0.1' to listen on all addresses
ExecStart=/usr/bin/memcached -s /run/memcached/archweb.sock -o modern
# The packages /files sitemap is about ~ 3m so raise the default 1m limit.
ExecStart=/usr/bin/memcached -s /run/memcached/archweb.sock -o modern -I 10m
Restart=always
NoNewPrivileges=yes
PrivateTmp=yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment