J has submitted this change and it was merged. Change subject: limit avconv to 1 thread for frame extraction ......................................................................
limit avconv to 1 thread for frame extraction by default avconv decides on the number of threads based on available cores, and memory usage grows drastically per thread. limit to 1 to make this behave the same independent on cpu used. Change-Id: I9ca69a2d8ab4157d7ce63aaa53b04a68461f7dc2 --- M TimedMediaThumbnail.php M WebVideoTranscode/WebVideoTranscodeJob.php 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: J: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/31244 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9ca69a2d8ab4157d7ce63aaa53b04a68461f7dc2 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/TimedMediaHandler Gerrit-Branch: master Gerrit-Owner: J <[email protected]> Gerrit-Reviewer: J <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
