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
ba1f1a5b
Verified
Commit
ba1f1a5b
authored
Nov 10, 2020
by
Jan Alexander Steffens (heftig)
Browse files
matrix.archlinux.org: Reduce PostgreSQL memory usage
It ran out of memory, with Postgres using a lot of RSS.
parent
a6e49930
Pipeline
#2877
passed with stage
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
playbooks/matrix.archlinux.org.yml
View file @
ba1f1a5b
...
...
@@ -14,10 +14,10 @@
-
{
role
:
certbot
}
-
{
role
:
nginx
}
-
role
:
postgres
postgres_shared_buffers
:
1024
MB
postgres_shared_buffers
:
512
MB
postgres_work_mem
:
64MB
postgres_maintenance_work_mem
:
1G
B
postgres_effective_cache_size
:
3
GB
postgres_maintenance_work_mem
:
256M
B
postgres_effective_cache_size
:
1
GB
-
role
:
postfix
postfix_relayhost
:
"
mail.archlinux.org"
-
{
role
:
matrix
}
...
...
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