gitlab: Reduce logging volume size

It seems that the tempfs also causes some low-memory situations.
Reducing the size should help to prevent the issue.
This commit is contained in:
Sheogorath 2021-02-12 00:59:14 +01:00 committed by saibotk
parent 8ac39870cc
commit ea0ae8ea51
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -210,7 +210,7 @@ services:
{% if gitlab_log_tmpfs %}
tmpfs:
- "/var/log/gitlab:size=1G,noexec,nodev,nosuid,rw"
- "/var/log/gitlab:size=256M,noexec,nodev,nosuid,rw"
{% endif %}
restart: always