Change php memory to 512, and execution limit to 300

This commit is contained in:
Deon George 2022-01-20 16:23:24 +11:00
parent 4e50257a63
commit 6d37d4ae78
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ pm.max_spare_servers = 10
pm.min_spare_servers = 5
pm.start_servers = 10
user = www-data
prefix = /var/www/html
php_admin_value[memory_limit] = 512M
php_admin_value[max_execution_time] = 300