r112083 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112082‎ | r112083 | r112084 >
Date:06:14, 22 February 2012
Author:tstarling
Status:ok (Comments)
Tags:
Comment:
This script uses about 550MB of RAM on 1.19wmf1. Increase memory limit appropriately.
Modified paths:
  • /trunk/phase3/maintenance/rebuildLocalisationCache.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/rebuildLocalisationCache.php
@@ -41,7 +41,7 @@
4242 }
4343
4444 public function memoryLimit() {
45 - return '200M';
 45+ return '1000M';
4646 }
4747
4848 public function execute() {

Follow-up revisions

RevisionCommit summaryAuthorDate
r112084MFT r112083: more memorytstarling06:16, 22 February 2012
r112085MFT r112083: more memorytstarling06:16, 22 February 2012

Comments

#Comment by Nikerabbit (talk | contribs)   08:19, 22 February 2012

Wow.

Status & tagging log