@ -40,11 +40,11 @@ name = "Wordpress configuration"
default="low"
help="low <= 20Mb per pool. medium between 20Mb and 40Mb per pool. high > 40Mb per pool.<br>Use specific to set a value with the following option."
[main.php_fpm_config.free_footprint]
ask= "Memory footprint of the service?"
type= "number"
default= "0"
help= "Free field to specify exactly the footprint in Mb if you don't want to use one of the three previous values."
# [main.php_fpm_config.free_footprint]
# ask = "Memory footprint of the service?"
# type = "number"
# default = "0"
# help = "Free field to specify exactly the footprint in Mb if you don't want to use one of the three previous values."
[main.php_fpm_config.usage]
ask="Expected usage of the service?"
@ -57,3 +57,9 @@ name = "Wordpress configuration"
type="number"
default="0"
help="Do not change this value unless you are sure about what you are doing!<br>pm.max_children is automatically defined by this formula: $max_ram / 2 / $footprint<br>You can force that value, and ignore the formula by changing the value here.<br>To reset to the default value, set to 0."