Post Reply 
Isolate FFMPEG on a dedicated CPU
13-01-2020, 19:47
Post: #22
RE: Isolate FFMPEG on a dedicated CPU
Simon was absolutely right. This script operate as expected :

Code:
#!/bin/bash

taskset -c 3 /usr/bin/ffmpeg "$@"
exit

Now it's time to check the minimserver.service file. Simon, do you have any advice where to find it on debian 10 ?

Or how to set CPUaffinity for Minimser at boot ?

Thank,
Manu
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Isolate FFMPEG on a dedicated CPU - lafuente - 13-01-2020 19:47

Forum Jump:


User(s) browsing this thread: 1 Guest(s)