• Welcome to Sitemap Generator Forum.
 

Fatal error: Allowed memory size

Started by lesein.jean-paul, November 19, 2007, 10:21:02 AM

Previous topic - Next topic

lesein.jean-paul

Hi,

I have this problem :
Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 7154149 bytes) in /home/xxx/xx/xxx/xxx/xx/xxxxxxx/pages/class.http.inc.php(2) : eval()'d code on line 98

How can i resolve this problem ?
Can you explain by step the solution for wich files to modify and wich functions.
And for the SSH wich line must i execute to launch the crawl if i can't resolve the problem ?

lesein.jean-paul

Another problem :

when i put just the url : [ External links are visible to forum administrators only ]
i get 1 url indexed
it's same when i put [ External links are visible to forum administrators only ]

Other problems and i don't know how i can resolve problems :
My website contains multilangs parts as fr/es/en/ and the url are constituate as :
[ External links are visible to forum administrators only ]
[ External links are visible to forum administrators only ]
[ External links are visible to forum administrators only ]

But my other problems is for product, we have :
[ External links are visible to forum administrators only ]

How can i resolve the problem to scan all page ?
in the core of my back-office i can't modify the structure.

XML-Sitemaps Support

Hello,

QuoteI have this problem :
Fatal error: Allowed memory size
you should increase memory_limit setting in PHP configuration to resolve that.

QuoteAnd for the SSH wich line must i execute to launch the crawl if i can't resolve the problem ?
The command line is:

/usr/local/bin/php /path/to/generator/runcrawl.php

lesein.jean-paul

thanks very much,

Perhaps i don't know if help expisting in the faq, but it would be very great to add this information in the faq for people meet these problems.