[ale] perl nice'ness
List
lst at wiencko.net
Sun Oct 7 01:49:05 EDT 2007
Jim Popovitch wrote:
> Is there a way to make perl scripts run nicer wrt to cpu utilization,
> rather than at the default 0 nice?
>
> Thx,
>
> -Jim P.
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale
>
nice -19 perl <args>
or, if the script is already running,
renice 19 <process-id-of-perl>
ought to fix you up.
More information about the Ale
mailing list