Skip to content

Commit d8dc263

Browse files
authored
Merge pull request dunglas#24 from ajardin/master
Improve OPcache settings
2 parents f7a01ec + eac9be8 commit d8dc263

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/app/php.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ session.auto_start = Off
44
short_open_tag = Off
55

66
# http://symfony.com/doc/current/performance.html
7+
opcache.interned_strings_buffer = 16
78
opcache.max_accelerated_files = 20000
9+
opcache.memory_consumption = 256
810
realpath_cache_size = 4096K
911
realpath_cache_ttl = 600

0 commit comments

Comments
 (0)