Hi!
So I recently found out that the BG_CPUIO type has rules that are very passive, which affects programs like rsync when doing some heavy task like compiling.
For instance, let's say I am compiling and then I take a backup of my system with rsync, the backup is probably not going to complete before the compilation stops, this is a problem as rsync is a pretty important program for various tasks.
The name of the type implies that the process only needs CPUIO most, but having "ioclass": "idle" seems conterproductive. Since rsync doesn't see to fit in any other category, I think the parameters should be reconsidered?
Thanks!
Hi!
So I recently found out that the
BG_CPUIOtype has rules that are very passive, which affects programs likersyncwhen doing some heavy task like compiling.For instance, let's say I am compiling and then I take a backup of my system with
rsync, the backup is probably not going to complete before the compilation stops, this is a problem asrsyncis a pretty important program for various tasks.The name of the type implies that the process only needs CPUIO most, but having
"ioclass": "idle"seems conterproductive. Sincersyncdoesn't see to fit in any other category, I think the parameters should be reconsidered?Thanks!