J has uploaded a new change for review.

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


Change subject: Set $wgFFmpegThreads to 2 for faster transcodes
......................................................................

Set $wgFFmpegThreads to 2 for faster transcodes

Bug: 54060
Change-Id: If55a09de2c11bdf6494ecbd966a0711acc51c4e0
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 0 deletions(-)


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 1884235..ab4f738 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -663,6 +663,7 @@
        //tmh1/2 have 12 cores and need lots of shared memory
        //for avconv / ffmpeg2theora
        $wgTranscodeBackgroundMemoryLimit = 4 * 1024 * 1024; // 4GB
+       $wgFFmpegThreads = 2;
 
        // Minimum size for an embed video player
        $wgMinimumVideoPlayerSize = $wmgMinimumVideoPlayerSize;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If55a09de2c11bdf6494ecbd966a0711acc51c4e0
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: J <jger...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to