Skip to content

Commit bfc88d8

Browse files
committed
PHP ini adjustments
1 parent 7ed32bb commit bfc88d8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

backend/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,17 @@ disable_functions=phpinfo
3030
opcache.enable=1
3131
opcache.enable_cli=1
3232
opcache.jit_buffer_size=250M
33+
opcache.jit=1255
3334
opcache.memory_consumption=1024
3435
opcache.max_accelerated_files=20000
3536
opcache.validate_timestamps=0
36-
opcache.interned_strings_buffer=8
37+
opcache.interned_strings_buffer=64
3738
opcache.fast_shutdown=1
38-
realpath_cache_size=4096K
39+
realpath_cache_size=16M
3940
realpath_cache_ttl=600
4041
zend.max_allowed_stack_size=-1
42+
zend.enable_gc=1
43+
opcache.huge_code_pages=1
4144
EOF
4245

4346
# Install composer from the official image

0 commit comments

Comments
 (0)