Skip to content

Commit 534d0bd

Browse files
author
Ivan Gavryshko
committed
MAGETWO-51927: Setup crons out of memory issue
- CR related: fixed message
1 parent 8f5a723 commit 534d0bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Model/PhpReadinessCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public function checkMemoryLimit()
216216
$warning = true;
217217
$message = sprintf(
218218
'Your current PHP memory limit is memory_limit=%s.
219-
Magento 2 recommend it to be set to %s or more to use Setup Wizard.
219+
We recommend it to be set to %s or more to use Setup Wizard.
220220
As a user with root privileges, edit your php.ini file to increase memory_limit.
221221
(The command php --ini tells you where it is located.)
222222
After that, restart your web server and try again.',

0 commit comments

Comments
 (0)