Hi guys,

i was using the drupal 5 to convert a big portal, ( 200.000 tags in 14.000 articles ) but it not support, i give any errors about memory..

then, i restart the project using the drupal 6.3 thinking it's better.. but now i give this same error...

when i access the administrator of nodes (http://www.tabloide.net/admin/content/node) i give this error :

Fatal error: Allowed memory size of 687865856 bytes exhausted (tried to allocate 78 bytes) in /var/www/tabloide/drupal-6.2/includes/common.inc on line 1573

i don't know what i need to do for it work, because i already up my memory limit ( it's very hight) see below.

263 ;;;;;;;;;;;;;;;;;;;
264 ; Resource Limits ;
265 ;;;;;;;;;;;;;;;;;;;
266
267 max_execution_time = 0 ; Maximum execution time of each script, in seconds
268 max_input_time = 0 ; Maximum amount of time each script may spend parsing request data
269 ;max_input_nesting_level = 64 ; Maximum input variable nesting level
270 memory_limit = 656M ; Maximum amount of memory a script may consume (128MB)

i think that drupal can't manage it, someone hat a idea????

thanks...

Comments

nevets’s picture

How did you import all those nodes into Drupal?

I wonder about the error on admin/content/node. Since that section is paged you are showing a small number of nodes per page view and then only a limited amount of information.

Since that url is NOT a Drupal site I am prone to think this is spam (particularly since you are trying to sell the domain name)

nrauni’s picture

not, it ins't spam..

i have a big script to import it.. but it insert into term_node, term_hierarchy, term_data

qtde rows in tables..

164,261 in term_data
164,260 in term_hierarchy
331.616 in table term_node

Nei Rauni Santos
nrauni@yahoo.com.br