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 @@
42
42
}
43
43
44
44
public function memoryLimit() {
45
- return '200M';
45
+ return '1000M';
46
46
}
47
47
48
48
public function execute() {
Follow-up revisions
Revision
Commit summary
Author
Date
r112084
MFT
r112083
: more memory
tstarling
06:16, 22 February 2012
r112085
MFT
r112083
: more memory
tstarling
06:16, 22 February 2012
Comments
#
Comment by
Nikerabbit
(
talk
|
contribs
)
08:19, 22 February 2012
Wow.
Status & tagging log
08:19, 22 February 2012
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r112083
[
removed:
new
added:
ok]