Ananicy icon indicating copy to clipboard operation
Ananicy copied to clipboard

Feature Request: Interval Wait To Renice

Open Sepero opened this issue 1 year ago • 0 comments

I use ananicy to renice user bash shells to a lower priority, but keep ssh at a high priority. This becomes a problem when some shell script has a lot of loops, or repeated shell calls. Each new spawn of bash uses CPU cycles, and ananicy is trying to renice every one, and ananicy then starts eating up my CPU as well. Ananicy ends up consuming as much, if not more CPU than the actual processes being run.

This type of event could happen with any other program being programmatically looped on the system, not just bash. Renicing every process immediately as it is spawned may not always be necessary nor desirable. It would be valuable to have an option to tell ananicy, "only renice processes every X number of seconds"

Interval Wait X Seconds To Renice Processes Again

Sepero avatar Dec 13 '22 05:12 Sepero