Index: trunk/extensions/Translate/scripts/export.php |
— | — | @@ -127,7 +127,7 @@ |
128 | 128 | global $wgMaxShellMemory; |
129 | 129 | |
130 | 130 | // Need more shell memory for msgmerge. |
131 | | - $wgMaxShellMemory = 302400; |
| 131 | + $wgMaxShellMemory = 402400; |
132 | 132 | |
133 | 133 | $conf = $group->getConfiguration(); |
134 | 134 | $definitionFile = str_replace( '%GROUPROOT%', $options['ppgettext'], $conf['FILES']['definitionFile'] ); |