• Welcome to Sitemap Generator Forum.
 

Error after 4 H crawling

Started by hb379, March 25, 2010, 01:44:07 AM

Previous topic - Next topic

hb379

Having this error
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 31641814 bytes) in ..../generator/pages/class.utils.inc.php(2) : eval()'d code on line 27

XML-Sitemaps Support

Hello,

it looks like your server configuration doesn't allow to run the script long enough to create full sitemap. Please try to increase memory_limit and max_execution_time settings in php configuration at your host (php.ini file) or contact hosting support regarding this.

jonathan9

I get a similar error:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 23522908 bytes)

but I've increased our memory size to 64MB using .htaccess.

any idea what else I can try?


jonathan9

I still get the same error with 512M:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 23762759 bytes)

XML-Sitemaps Support

Hello,

looks like memory limit is still at 256M (as it's seen from error message), try to create phpinfo.php file in generator folder with:
<?php
phpinfo
();
?>

and open it in browser to see your current php options.

jonathan9

I've uploaded a phpinfo file into the folder and it says:
memory_limit 512M

it still gives me the same error.


jonathan9

ok I've sent you a message - thanks :)

jonathan9

Did you get my details and have you had a chance to look at the script?

Thanks


jonathan9