I have PHP Version 7.0.21 and working Magento 2 installed memory_limit= 2000M.
However i get Readiness Check error:
Your current PHP memory limit is 128M. Magento 2 requires it to be set to 756M or more. I have already changed limit to 2000M
And when i want to use SSH to do anything i get:
Magento supports PHP 5.6, 7.0.2, and 7.0.6 or later. See here
Any idea how is this possible?
2
Answers
<?php phpinfo(); exit(); ?>
on top of your index.php and reading the outputplease set your
memory_limit
=4000 in php.ini and then restartapache and mysql services