On 7/2/09, Enrique <[email protected]> wrote: > > I'm importing eswiki-pages-articles.xml with importdump.php scritp i trying > many times and allways recive this error somes times refering to other > include but always when reached the line 52600 (1.87 pages/sec 1.87 > revs/sec) > on progres.log > line error: > 52600 (1.87 pages/sec 1.87 revs/sec) > Fatal error: Out of memory (allocated 870580224) (tried to allocate 182173 > bytes) in /home/www/wikipedia-es/includes/db/Database.php on line 564 > > i readed > http://www.mediawiki.org/wiki/Manual:Errors_and_Symptoms#Fatal_error:_Allowed_memory_size_of_nnnnnnn_bytes_exhausted_.28tried_to_allocate_nnnnnnnn_bytes.29 > and many other pages > in /etc/php5/apache2/php.ini : > memory_limit = 256M > > in LocalSetting.php: > ini_set( 'memory_limit', '256M' ); >
The CLI uses its own memory limit. Set it in /etc/php5/cli/php.ini. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
