$wgMaximumMovedPages has a current default limit of 100. On translatewiki.net we use ini_set( 'memory_limit', '130M' );.
Whenever we try to move a lot of subpages in the MediaWiki namespace (130+) the request fails on "PHP Fatal error: Allowed memory size of 136314880 bytes exhausted (tried to allocate 280258 bytes)" or something similar.
Subpage moving should be made less memory intensive somehow.
Version: 1.15.x
Severity: normal