User "Hashar" posted a comment on MediaWiki.r104029. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/104029#c26421 Commit summary:
Followup r101507: don't automatically use APC for the localization cache if it is available. I've expressed reservations in my CR comments (issues abound wherever maintenance scripts, server farms or manualRecache are involved), but the real reason is that three people (Siebrand on CR, Antoine/hashar in person and Rusty Burchfield on bug 32602) have reported problems with the APC LC, and had to set $wgLocalisationCacheConf['store'] = 'files'; explicitly to get LC to work again. Comment: The problem I had with CACHE_ACCEL is that l10n cache somehow try to cache all the languages in memory and I end up with an out of memory error :( _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
