out of memory error

4 posts / 0 new
Last post
#1 Sun, 06/11/2006 - 15:42
DanLong

out of memory error

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?

Sun, 06/11/2006 - 16:38
Joe
Joe's picture

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!

Sun, 06/11/2006 - 16:48
DanLong

It's the AWBS master cron. I have the PHP memory limit set at 32M on server creation

Sun, 06/11/2006 - 17:11
DanLong

Ah, I was set at 8M in php.ini as default

Topic locked