Update memory limit warning in health check

This commit is contained in:
Hillel Coren 2023-10-12 23:05:29 +03:00
parent 29229dfbfd
commit edcf9af11d
1 changed files with 2 additions and 2 deletions

View File

@ -198,11 +198,11 @@ class _HealthCheckDialogState extends State<HealthCheckDialog> {
*/
if (!state.account.isDocker &&
phpMemoryLimitDouble! > 100 &&
phpMemoryLimitDouble < 512)
phpMemoryLimitDouble < 1024)
_HealthListTile(
title: 'PHP memory limit is too low',
subtitle:
'Increase the limit to at least 512M to support the in-app update',
'Increase the limit to 1024M to support the in-app update',
level: _HealthCheckLevel.Warning,
),
if (_response!.queue == 'sync')