Skip to content
Snippets Groups Projects
Verified Commit 27f6c835 authored by Christian Heusel's avatar Christian Heusel :rocket:
Browse files

gitlab: Increase shared buffer size to 8GB

Gitlab recommends a default value of 1/4th of the total memory here, but
since the previous value was 1MB we go for a bit more conservative
approach here.

Fixes: #615


Signed-off-by: default avatarChristian Heusel <christian@heusel.eu>
parent 8c40e01a
No related branches found
No related tags found
No related merge requests found
Pipeline #104734 passed
......@@ -97,6 +97,7 @@
}
]
prometheus_monitoring['enable'] = false
postgresql['shared_buffers'] = "8GB"
volumes:
- "/srv/gitlab/config:/etc/gitlab"
- "/srv/gitlab/logs:/var/log/gitlab"
......
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