using renice
I'm trying to use renice to raise the priority of a running process in MacOS version 11.5.2 as follows:
sudo renice -20 PID
I get no error messages from bash, yet the Activity Monitor shows no change in the process.
Is there a problem in this area?
--
Don Groves