Page 1 of 1

Memory error

Posted: Mon Jun 25, 2018 8:42 am
by Dane Harper
Hello,

I am getting memory error on my site while trying to do product purchase. This is happening many times. How can I fix this issue permanently.

Error Log 9:38 Cannot allocate memory: Couldn't create child process /opt/suphp/sbin/ for home/daneharp/public_html/product_info.php

Re: Memory error

Posted: Mon Jun 25, 2018 8:50 am
by Aaron
Hello Dane,

It seems to be issues with PHP memory limit exceeded. Please try to increase the PHP memory_limit on your site's php.ini file and check it after clearing browser cache.

Re: Memory error

Posted: Mon Jun 25, 2018 8:58 am
by Dane Harper
Hello,

Thanks aaron. I have doubled the PHP memory_limit, it seems issue has been fixed now. Thank you for your prompt response.