1

When doing the readiness check in Magento 2, PHP Settings Check has an error as shown below "Your current PHP memory limit is 128M"

enter image description here

I followed the solutions that they provided and changed the memory_limit to 1000M on all php.ini files, restart the server but it still does not work. After which, I checked back and the memory_limit and it is changed to 1000M but it still does not pass the PHP Settings Check. Can anyone help? Thank you!

Barmar
  • 741,623
  • 53
  • 500
  • 612
omni
  • 21
  • 6
  • try this: http://stackoverflow.com/questions/9276212/php-settings-memory-limits-1024m-does-not-work – independent.guru May 04 '17 at 01:08
  • How / Where did you change the settings? Have you tried reloading or restarting your server after the changes were made? – blokeish May 04 '17 at 01:34
  • I have tried changing the memory limit in ht.access too but it does not work @GCRdev – omni May 04 '17 at 01:34
  • I changed the memory_limit in php.ini to "memory_limit = 1000M" and yes have tried to restart the server but still not working @blokeish – omni May 04 '17 at 01:36
  • it should be .htaccess . You can try placing a new php.ini file with just that entry in the root folder of your script. Contact your service provider to see how you can override the php.ini settings. By the way what is your OS and what is the location of your php.ini file? – blokeish May 04 '17 at 06:01

0 Answers0