mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
increase max_memory to 256M
This commit is contained in:
parent
1528f65f63
commit
c0bc24e050
1 changed files with 1 additions and 1 deletions
|
@ -426,5 +426,5 @@ chdir = __FINALPATH__
|
||||||
; Other common parameters
|
; Other common parameters
|
||||||
; php_admin_value[max_execution_time] = 600
|
; php_admin_value[max_execution_time] = 600
|
||||||
; php_admin_value[max_input_time] = 300
|
; php_admin_value[max_input_time] = 300
|
||||||
; php_admin_value[memory_limit] = 256M
|
php_admin_value[memory_limit] = 256M
|
||||||
; php_admin_flag[short_open_tag] = On
|
; php_admin_flag[short_open_tag] = On
|
||||||
|
|
Loading…
Reference in a new issue