Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-05-26 | src/nicely: Add call to chrt(1) to get SCHED_IDLE priorityHEADmain | EuAndreh | 1 | -1/+1 | |
2025-05-26 | src/nicely: Increase nice(1) value from 19 to 99 | EuAndreh | 1 | -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. |