gitlab: Increase memory limits
This commit is contained in:
parent
9f028b1053
commit
9a39dadbb2
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ gitlab_ssh_port: 22
|
||||||
#
|
#
|
||||||
# Notice the gitlab_memoryswap_limit must be equal
|
# Notice the gitlab_memoryswap_limit must be equal
|
||||||
# or higher than the gitlab_memory_limit
|
# or higher than the gitlab_memory_limit
|
||||||
gitlab_memory_limit: "4096mb"
|
gitlab_memory_limit: "6096mb"
|
||||||
gitlab_memoryswap_limit: "4352mb"
|
gitlab_memoryswap_limit: "6352mb"
|
||||||
|
|
||||||
# Enable or disable selinux handling
|
# Enable or disable selinux handling
|
||||||
gitlab_selinux_enabled: true
|
gitlab_selinux_enabled: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue