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
458217f4
Verified
Commit
458217f4
authored
Dec 12, 2020
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Raise postgres_effective_cache_size
Seems we run at about 5GB of cache. Let postgres assume it gets 4GB.
parent
db362074
Pipeline
#3501
passed with stage
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
playbooks/matrix.archlinux.org.yml
View file @
458217f4
...
...
@@ -17,7 +17,7 @@
postgres_shared_buffers
:
1GB
postgres_work_mem
:
64MB
postgres_maintenance_work_mem
:
256MB
postgres_effective_cache_size
:
2
GB
postgres_effective_cache_size
:
4
GB
postgres_jit
:
'
off'
-
role
:
postfix
postfix_relayhost
:
"
mail.archlinux.org"
...
...
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