Skip to content

Commit

Permalink
Increase memory limit to 256MB in Nginx (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel committed May 14, 2024
1 parent 52a4397 commit 9c9d21d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/php-fpm.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ php_admin_value[opcache.memory_consumption] = 128
php_admin_value[opcache.interned_strings_buffer] = 8
php_admin_value[opcache.max_accelerated_files] = 4000
php_admin_value[opcache.revalidate_freq] = 60
php_admin_value[opcache.enable_cli] = 1
php_admin_value[opcache.enable_cli] = 1
php_admin_value[memory_limit] = 256M

0 comments on commit 9c9d21d

Please sign in to comment.