gitlab: Increase memory limits

This commit is contained in:
saibotk 2024-02-01 16:26:39 +01:00
parent 9f028b1053
commit 9a39dadbb2
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -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