Careful with nice priority. If you are running systemd it will most likely be ignored, because cgroups have higher say then nice. Use CPUShares or similar, see systemd.resource-control
You are viewing a single comment's thread from:
Careful with nice priority. If you are running systemd it will most likely be ignored, because cgroups have higher say then nice. Use CPUShares or similar, see systemd.resource-control
Thanks @tomasbrod will have that in mind. At the moment, this would be probably solved by allocating single core, which is enough to run single boinc task, and never consume more then 25% of total CPU (4 cores in total).