1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00

Memory limit increased from 32 to 64

Updating bootstrap_dark theme was giving error. After increasing the memory limit and restarting the php solved the problem.
This commit is contained in:
anmol26s 2017-10-23 16:50:53 +05:30 committed by GitHub
parent f7a6d6ca2d
commit bc90bed412

View file

@ -181,7 +181,7 @@ pm.max_requests = 500
; start time - the date and time the process has started;
; start since - the number of seconds since the process has started;
; requests - the number of requests the process has served;
; request duration - the duration in µs of the requests;
; request duration - the duration in µs of the requests;
; request method - the request method (GET, POST, ...);
; request URI - the request URI with the query string;
; content length - the content length of the request (only with POST);
@ -389,4 +389,4 @@ catch_workers_output = yes
;php_flag[display_errors] = off
;php_admin_value[error_log] = /var/log/fpm-php.www.log
;php_admin_flag[log_errors] = on
;php_admin_value[memory_limit] = 32M
php_admin_value[memory_limit] = 64M