We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001bbaf commit a358302Copy full SHA for a358302
docker/php/php.ini
@@ -4,3 +4,9 @@ log_errors = On
4
error_reporting = E_ALL
5
display_errors = Off
6
error_log = /proc/self/fd/2
7
+memory_limit = 256M
8
+
9
+; Optimizations for Symfony, as documented on http://symfony.com/doc/current/performance.html
10
+opcache.max_accelerated_files = 20000
11
+realpath_cache_size=4096K
12
+realpath_cache_ttl=600
0 commit comments