aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/SetupChecks/PhpMemoryLimit.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(settings): Add some context to the PHP memory limit errorjtr-settings-memory-limit-detailsJosh2025-01-261-1/+1
| | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-031-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(setupcheck): Fix memory limit setup checkJoas Schilling2023-11-211-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Migrate memory_limit check to new SetupCheck APICôme Chilliet2023-11-131-0/+57
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>