These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for out of memory error on the new forum.
VirtualminPro, While trying to run a cron I get the following:
Output from command php -q -f /home/solvnethosting/public_html/tools/master_cron.php /home/solvnethosting/public_html ..
) PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /home/solvnethosting/public_html/includes/dbconfig.php on line 144
<b>Fatal error</b>: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in[b>/home/solvnethosting/public_html/includes/dbconfig.php</b> on line[b>144</b>
Any idea what's up?
Looks like whatever is in that master_cron.php file wants a lot of memory--could be an infinite include loop, or something. I can't really guess, as we didn't write it, and I can't tell what software this comes from.
I may be that increasing the available memory in php.ini will allow this program to complete--or, if its a large leak, maybe no amount of memory will satisfy.
--
Check out the forum guidelines!
It's the AWBS master cron. I have the PHP memory limit set at 32M on server creation
Ah, I was set at 8M in php.ini as default