Fix memory issue on displaying conversations

This commit is contained in:
Michael 2022-11-16 04:57:46 +00:00
parent 53f3454874
commit ec92f7a81c
2 changed files with 3 additions and 1 deletions

View file

@ -200,6 +200,8 @@ class Summary extends BaseAdmin
$server_settings = [
'label' => DI::l10n()->t('Server Settings'),
'php' => [
'version' => phpversion(),
'php.ini' => php_ini_loaded_file(),
'upload_max_filesize' => ini_get('upload_max_filesize'),
'post_max_size' => ini_get('post_max_size'),
'memory_limit' => ini_get('memory_limit')