Skip to content

Commit b6cf4cf

Browse files
committed
fix: remark memory_consumption
1 parent 58edb7b commit b6cf4cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/Security/CheckPhpIni.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ public static function checkIni(): array
139139
'opcache.jit_buffer_size' => [],
140140
'zend.assertions' => ['recommended' => '-1'],
141141
'opcache.memory_consumption' => ['recommended' => '728', 'remark' => 'Increasing the configured memory size (MB) will improve performance by caching those files'],
142+
'opcache.memory_consumption' => ['recommended' => '728', 'remark' => 'Increasing the configured memory size (MB) will improve performance by caching those files (consideration based on free space of memory)'],
142143
'opcache.interned_strings_buffer' => ['recommended' => '64'],
143144
'opcache.max_accelerated_files' => ['recommended' => '56000', 'remark' => 'Increasing the configured accelerated will many cache files into OPCache hash table'],
144145
'opcache.max_wasted_percentage' => ['recommended' => '15'],

0 commit comments

Comments
 (0)