Hi,
when running Filebot it is using a high amount of CPU on my NAS.
Because it´s a NAS there is not a fast CPU inside.
This wouldn´t be that bad if there isn´t my TV server also running on that NAS.
So when filebot is running at ~90-100% cpu usage AND my tv server is recording i get discontinues in my recordings. This makes the audio stuttering and the video become fragmented.
To avoid problems i´m running filebot at 04:00h AM where normaly no recordings are running.
The problem doing so is that my recordings from the whole day are firstly avaible on the next day.
I plan to run filebot after every finished recording but this is actual not possible because of the high CPU load.
So is there any way to limit that CPU usage to a specific value on my NAS?
Limit CPU usage?
Re: Limit CPU usage?
Sure, Linux is very good process management. You just need to figure out how to give your TV server process a very high priority. 
e.g.
https://www.nixtutor.com/linux/changing ... processes/

e.g.
https://www.nixtutor.com/linux/changing ... processes/
Re: Limit CPU usage?
It seems that "niceness" is not supported / included inside synology.
Coreutils is missing.
Unfortunatally there is no working dpkg on my DS414, so i´m not able to install it.........

Coreutils is missing.
Unfortunatally there is no working dpkg on my DS414, so i´m not able to install it.........

Re: Limit CPU usage?
It's still Linux, can't not support / include niceness.
You can ask about the nice utility (or other ways to set process priority) in the Synology forums:
https://forum.synology.com/enu/
Code: Select all
$ uname -a
Linux DiskStation 3.2.40 #5644 Wed Jan 20 22:39:38 CST 2016 armv7l GNU/Linux synology_armada370_213j
Code: Select all
$ renice
BusyBox v1.16.1 (2015-10-28 13:24:11 CST) multi-call binary.
Usage: renice {{-n INCREMENT} | PRIORITY} [[-p | -g | -u] ID...]
Change priority of running processes
Options:
-n Adjust current nice value (smaller is faster)
-p Process id(s) (default)
-g Process group id(s)
-u Process user name(s) and/or id(s)
You can ask about the nice utility (or other ways to set process priority) in the Synology forums:
https://forum.synology.com/enu/
Re: Limit CPU usage?
mhhh yes i was able to renice my tv server with -5.
But there is no way to proof it. Even top doesn´t show me nice settings.........
But there is no way to proof it. Even top doesn´t show me nice settings.........
Re: Limit CPU usage?
You're using top? You're in for a treat!

Code: Select all
htop
Re: Limit CPU usage?
OMG htop is so awesome!!!!!!!!!!!!!!!
Ok it´s niced correctly. Need to create a test situation with hight tv server load........
Ok it´s niced correctly. Need to create a test situation with hight tv server load........