File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
setup/src/Magento/Setup/Model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ public function checkMemoryLimit()
200
200
) {
201
201
$ error = true ;
202
202
$ message = sprintf (
203
- 'Your current PHP memory limit is memory_limit= %s.
203
+ 'Your current PHP memory limit is %s.
204
204
Magento 2 requires it to be set to %s or more.
205
205
As a user with root privileges, edit your php.ini file to increase memory_limit.
206
206
(The command php --ini tells you where it is located.)
@@ -215,7 +215,7 @@ public function checkMemoryLimit()
215
215
) {
216
216
$ warning = true ;
217
217
$ message = sprintf (
218
- 'Your current PHP memory limit is memory_limit= %s.
218
+ 'Your current PHP memory limit is %s.
219
219
We recommend it to be set to %s or more to use Setup Wizard.
220
220
As a user with root privileges, edit your php.ini file to increase memory_limit.
221
221
(The command php --ini tells you where it is located.)
You can’t perform that action at this time.
0 commit comments