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:
parent
8ac39870cc
commit
ea0ae8ea51
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ services:
|
||||||
|
|
||||||
{% if gitlab_log_tmpfs %}
|
{% if gitlab_log_tmpfs %}
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- "/var/log/gitlab:size=1G,noexec,nodev,nosuid,rw"
|
- "/var/log/gitlab:size=256M,noexec,nodev,nosuid,rw"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Add table
Reference in a new issue