summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-05-26src/nicely: Add call to chrt(1) to get SCHED_IDLE priorityHEADmainEuAndreh1-1/+1
2025-05-26src/nicely: Increase nice(1) value from 19 to 99EuAndreh1-1/+1
POSIX.1-2008 says: > Historical systems have frequently supported the <positive integer> up > to 20. Since there is no error penalty associated with guessing a > number that is too high, users without access to the system > conformance document (to see what limits are actually in place) could > use the historical 1 to 20 range or attempt to use very large numbers > if the job should be truly low priority.