Skip to content

Commit fa01d84

Browse files
authored
Update php.ini
1 parent 0bf8385 commit fa01d84

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

deployment/php.ini

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,23 @@ realpath_cache_size = 16M
66
realpath_cache_ttl = 360
77

88
[Opcache]
9+
opcache.enable = 1
910
opcache.enable_cli = 1
1011
opcache.memory_consumption = 256M
1112
opcache.use_cwd = 0
1213
opcache.max_file_size = 0
1314
opcache.max_accelerated_files = 32531
1415
opcache.validate_timestamps = 0
16+
opcache.file_update_protection = 0
17+
opcache.interned_strings_buffer = 16
18+
opcache.file_cache = 60
1519

1620
[JIT]
1721
opcache.jit_buffer_size = 128M
18-
opcache.jit = tracing
22+
opcache.jit = function
23+
opcache.jit_prof_threshold = 0.001
24+
opcache.jit_max_root_traces = 2048
25+
opcache.jit_max_side_traces = 256
1926

2027
[zlib]
2128
zlib.output_compression = On

0 commit comments

Comments
 (0)