Mercurial > repos > other > Puppet
changeset 367:bcb54d9853e1
Increase memory limit so NextCloud can upgrade
Without this there wasn't enough memory for the unzip to succeed!
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 20 Dec 2020 13:51:58 +0000 |
parents | 957d7ddef6d0 |
children | d3b10f2a5f60 |
files | modules/website/files/php-fpm-www.conf |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/modules/website/files/php-fpm-www.conf Wed Dec 02 19:10:14 2020 +0000 +++ b/modules/website/files/php-fpm-www.conf Sun Dec 20 13:51:58 2020 +0000 @@ -423,7 +423,7 @@ ;php_flag[display_errors] = off php_admin_value[error_log] = /var/log/php-fpm/www-error.log php_admin_flag[log_errors] = on -;php_admin_value[memory_limit] = 128M +php_admin_value[memory_limit] = 256M ; Set the following data paths to directories owned by the FPM process user. ;