We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed32bb commit bfc88d8Copy full SHA for bfc88d8
1 file changed
backend/Dockerfile
@@ -30,14 +30,17 @@ disable_functions=phpinfo
30
opcache.enable=1
31
opcache.enable_cli=1
32
opcache.jit_buffer_size=250M
33
+opcache.jit=1255
34
opcache.memory_consumption=1024
35
opcache.max_accelerated_files=20000
36
opcache.validate_timestamps=0
-opcache.interned_strings_buffer=8
37
+opcache.interned_strings_buffer=64
38
opcache.fast_shutdown=1
-realpath_cache_size=4096K
39
+realpath_cache_size=16M
40
realpath_cache_ttl=600
41
zend.max_allowed_stack_size=-1
42
+zend.enable_gc=1
43
+opcache.huge_code_pages=1
44
EOF
45
46
# Install composer from the official image
0 commit comments