Skip to content

Commit 2a1087d

Browse files
committed
fix: remark memory_consumption
1 parent faca4ff commit 2a1087d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Security/CheckPhpIni.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public static function checkIni(): array
135135
'opcache.enable_cli' => [],
136136
'opcache.jit' => [],
137137
'opcache.jit_buffer_size' => [],
138-
'opcache.memory_consumption' => ['recommended' => '728', 'remark' => 'Increasing the configured memory size (MB) will improve performance by caching those files'],
138+
'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)'],
139139
'opcache.interned_strings_buffer' => ['recommended' => '64'],
140140
'opcache.max_accelerated_files' => ['recommended' => '56000', 'remark' => 'Increasing the configured accelerated will many cache files into OPCache hash table'],
141141
'opcache.max_wasted_percentage' => ['recommended' => '15'],

0 commit comments

Comments
 (0)