rebuildLocalisationCache: don't limit memory usage
authorOri Livneh <ori@wikimedia.org>
Mon, 13 Jul 2015 09:19:45 +0000 (02:19 -0700)
committerOri Livneh <ori@wikimedia.org>
Mon, 13 Jul 2015 09:26:34 +0000 (02:26 -0700)
commitef2822f76f96985836e15c415657d0c36f20cdf7
tree60b96739709af902c111982132f988c5f9c2f9ca
parent47af55f21b60d05a9d0d323c0120937aedec462f
rebuildLocalisationCache: don't limit memory usage

The 1000 MB limit seems to have crept in without good reason, and crashing when
crossing an arbitrary threshold like that isn't very useful. LCStoreStaticArray
ends up using more than the default limit allows.

Change-Id: I1d9ab743720f5a1fbe320180c1dcdb4ad03c5aa1
maintenance/rebuildLocalisationCache.php