Post Reply 
Isolate FFMPEG on a dedicated CPU
13-01-2020, 22:10
Post: #23
RE: Isolate FFMPEG on a dedicated CPU
I installed Debian 10 to check this. It has support for SysVinit as well as systemd. In this situation, MinimServer chooses to use SysVinit and creates a minimserver file in the /etc/init.d directory. It is not advisable to try to modify the /etc/init.d/minimserver file to set processor affinity for the MinimServer process because the minimserver/bin/setup script reads and parses this file in some situations.

The best way to do what you want is to create a file in the minimserver/etc directory named minimstart.conf and containing just the following line:

JAVA=taskset -c 3 java
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 - simoncn - 13-01-2020 22:10

Forum Jump:


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