Ini_set was not changing the memory Limit; however, I just set ini_set to be 3000M and I still receive the error.
I do not know if this is related but I have begun to receive "Error in my_thread_global_end(): 1 threads didn't exit" at the end of many pages. Could that be related to the memory error? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Benjamin Lees Sent: Saturday, December 13, 2008 3:01 AM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] dumpHTML extension On Fri, Dec 12, 2008 at 9:20 AM, Beebe, Mary J <[email protected]> wrote: > We are trying to use the dumpHTML extension. With a large wiki, it is > giving us memory errors. In the middle of processing pages we receive: > > Fatal error: Out of memory (allocated 2036072448) (tried to allocate 3168 > Bytes) in ...Hooks.php. > > It is not always the same page. We have a PHP memory limit of 1000M. Has > anyone had any trouble with dumpHTML. > > We have always used the old dumpHTML within maintenance in MediaWiki > version 1.9.2. We have no trouble with the same wiki in a non-updated > version on the same server. > > Has anyone had any trouble with this extension? > > Thanks, > Mary Beebe > You're probably overriding your memory limit with an ini_set directive in LocalSettings.php or an .htaccess file. You might also not be using the php.ini you think you are (check phpinfo() for that). _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
