Skip to content

Commit bdfe7bb

Browse files
author
Ivan Gavryshko
committed
MAGETWO-51927: Setup crons out of memory issue
- fixed message
1 parent 2f96025 commit bdfe7bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public function checkMemoryLimit()
200200
) {
201201
$error = true;
202202
$message = sprintf(
203-
'Your current PHP memory limit is memory_limit=%s.
203+
'Your current PHP memory limit is %s.
204204
Magento 2 requires it to be set to %s or more.
205205
As a user with root privileges, edit your php.ini file to increase memory_limit.
206206
(The command php --ini tells you where it is located.)
@@ -215,7 +215,7 @@ public function checkMemoryLimit()
215215
) {
216216
$warning = true;
217217
$message = sprintf(
218-
'Your current PHP memory limit is memory_limit=%s.
218+
'Your current PHP memory limit is %s.
219219
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.)

0 commit comments

Comments
 (0)