Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
44fb106e
Verified
Commit
44fb106e
authored
Sep 30, 2021
by
Jelle van der Waa
🚧
Browse files
Raise memcached object size memory limit for sitemaps
parent
2bc0121b
Pipeline
#11489
passed with stage
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/archweb/templates/archweb-memcached.service.j2
View file @
44fb106e
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment