(bug 16084) Default memory limit should be increased
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index d16d97a..d7a0e3e 100644 (file)
@@ -4151,3 +4151,8 @@ $wgCrossSiteAJAXdomains = array();
  */
 $wgCrossSiteAJAXdomainsRegex = false;
 
+/**
+ * The minimum amount of memory that MediaWiki "needs"; MediaWiki will try to raise PHP's memory limit if it's below this amount.
+ */
+$wgMemoryLimit = "50M";
+