@@ -137,7 +137,7 @@ public static function checkIni(?string $argument = null): array
137
137
'opcache.enable ' => ['recommended ' => '1 ' ],
138
138
'opcache.enable_cli ' => ['recommended ' => '1 ' ],
139
139
'opcache.jit ' => ['recommended ' => 'tracing ' ],
140
- 'opcache.jit_buffer_size ' => ['recommended ' => '256 ' , 'remark ' => 'Adjust with your free space of memory) ' ],
140
+ 'opcache.jit_buffer_size ' => ['recommended ' => '256 ' , 'remark ' => 'Adjust with your free space of memory ' ],
141
141
'zend.assertions ' => ['recommended ' => '-1 ' ],
142
142
];
143
143
@@ -146,8 +146,8 @@ public static function checkIni(?string $argument = null): array
146
146
'opcache.enable ' => ['recommended ' => '1 ' ],
147
147
'opcache.enable_cli ' => ['recommended ' => '1 ' ],
148
148
'opcache.jit ' => ['recommended ' => 'tracing ' ],
149
- 'opcache.jit_buffer_size ' => ['recommended ' => '256 ' , 'remark ' => 'Adjust with your free space of memory) ' ],
150
- 'opcache.memory_consumption ' => ['recommended ' => '512 ' , 'remark ' => 'Adjust with your free space of memory) ' ],
149
+ 'opcache.jit_buffer_size ' => ['recommended ' => '256 ' , 'remark ' => 'Adjust with your free space of memory ' ],
150
+ 'opcache.memory_consumption ' => ['recommended ' => '512 ' , 'remark ' => 'Adjust with your free space of memory ' ],
151
151
'opcache.interned_strings_buffer ' => ['recommended ' => '64 ' ],
152
152
'opcache.max_accelerated_files ' => ['recommended ' => '40000 ' , 'remark ' => 'Find many files in your project (example: find your_project/ -iname *.php|wc -l) ' ],
153
153
'opcache.max_wasted_percentage ' => ['recommended ' => '15 ' ],
0 commit comments