J has uploaded a new change for review. 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 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TimedMediaHandler refs/changes/44/31244/1 -- To view, visit https://gerrit.wikimedia.org/r/31244 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9ca69a2d8ab4157d7ce63aaa53b04a68461f7dc2 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/TimedMediaHandler Gerrit-Branch: master Gerrit-Owner: J <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
