Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/162038

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/38/162038/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index e6b2eae..9a76ea9 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: newchange
Gerrit-Change-Id: I3e939ce064623d5ee080c3b170a766f9b30298c0
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>

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

Reply via email to