Skip to content

Commit ab72e91

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-51927-setup-cron-out-of-memory-issue' into PR_Branch
2 parents fb20921 + 40e2069 commit ab72e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Test/Unit/Model/PhpReadinessCheckTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ public function testCheckPhpSettingsMemoryLimitError()
317317
);
318318

319319
$rawPostMessage =
320-
'Your current PHP memory limit is memory_limit=512M.
320+
'Your current PHP memory limit is 512M.
321321
Magento 2 requires it to be set to 756M or more.
322322
As a user with root privileges, edit your php.ini file to increase memory_limit.
323323
(The command php --ini tells you where it is located.)

0 commit comments

Comments
 (0)