Fatal error: Allowed memory size
« on: November 19, 2007, 10:21:02 AM »
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 ?
Re: Fatal error: Allowed memory size
« Reply #1 on: November 19, 2007, 11:51:08 AM »
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.
Re: Fatal error: Allowed memory size
« Reply #2 on: November 20, 2007, 03:08:20 AM »
Hello,

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

Quote
And 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
Re: Fatal error: Allowed memory size
« Reply #3 on: November 20, 2007, 10:01:18 AM »
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.