jenkins-bot has submitted this change and it was merged.

Change subject: Up image scaller wgMaxShellFileSize to 512MB
......................................................................


Up image scaller wgMaxShellFileSize to 512MB

Change-Id: I3e939ce064623d5ee080c3b170a766f9b30298c0
---
M wmf-config/CommonSettings.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Gilles: Looks good to me, but someone else must approve
  Reedy: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index adb8f11..5dc5ab5 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1406,8 +1406,8 @@
 };
 
 if ( file_exists( '/etc/wikimedia-image-scaler' ) ) {
-       $wgMaxShellMemory = 400 * 1024;
-       $wgMaxShellFileSize = 400 * 1024;
+       $wgMaxShellMemory = 512 * 1024;
+       $wgMaxShellFileSize = 512 * 1024;
 }
 $wgMaxShellTime = 50; // so it times out before PHP and curl and squid
 

-- 
To view, visit https://gerrit.wikimedia.org/r/162038
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3e939ce064623d5ee080c3b170a766f9b30298c0
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Gilles <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to