added container config
This commit is contained in:
parent
eec00e17fe
commit
1000464b4a
7 changed files with 242 additions and 0 deletions
8
docker/php/conf.d/opcache.ini
Normal file
8
docker/php/conf.d/opcache.ini
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
opcache.enable=1
|
||||
opcache.enable_cli=0
|
||||
opcache.memory_consumption=256
|
||||
opcache.interned_strings_buffer=16
|
||||
opcache.max_accelerated_files=100000
|
||||
opcache.validate_timestamps=0
|
||||
opcache.revalidate_freq=0
|
||||
opcache.save_comments=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue