1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00
This commit is contained in:
Kayou 2019-05-07 00:51:34 +02:00
parent d5e44d9769
commit 9e7df456ee
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126
3 changed files with 3 additions and 3 deletions

View file

@ -124,7 +124,7 @@ swap_needed=0
# https://docs.gitlab.com/ee/install/requirements.html#memory # https://docs.gitlab.com/ee/install/requirements.html#memory
if [ $total_memory -lt 8192 ]; then if [ $total_memory -lt 8192 ]; then
# Need a minimum of 8Gbo of memory # Need a minimum of 8Go of memory
swap_needed=$((8192 - $total_memory)) swap_needed=$((8192 - $total_memory))
fi fi

View file

@ -72,7 +72,7 @@ swap_needed=0
# https://docs.gitlab.com/ee/install/requirements.html#memory # https://docs.gitlab.com/ee/install/requirements.html#memory
if [ $total_memory -lt 8192 ]; then if [ $total_memory -lt 8192 ]; then
# Need a minimum of 8Gbo of memory # Need a minimum of 8Go of memory
swap_needed=$((8192 - $total_memory)) swap_needed=$((8192 - $total_memory))
fi fi

View file

@ -184,7 +184,7 @@ swap_needed=0
# https://docs.gitlab.com/ee/install/requirements.html#memory # https://docs.gitlab.com/ee/install/requirements.html#memory
if [ $total_memory -lt 8192 ]; then if [ $total_memory -lt 8192 ]; then
# Need a minimum of 8Gbo of memory # Need a minimum of 8Go of memory
swap_needed=$((8192 - $total_memory)) swap_needed=$((8192 - $total_memory))
fi fi