mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Propagate change in RAM helper to php helper where it's used
This commit is contained in:
parent
cbf573c346
commit
fdc0ecf6e5
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ ynh_get_scalable_phpfpm () {
|
|||
fi
|
||||
|
||||
# Get the total of RAM available, except swap.
|
||||
local max_ram=$(ynh_check_ram --no_swap)
|
||||
local max_ram=$(ynh_get_ram --total --ignore_swap)
|
||||
|
||||
at_least_one() {
|
||||
# Do not allow value below 1
|
||||
|
|
Loading…
Add table
Reference in a new issue