Hi!

swedebu...@riseup.net skribis:

> I would like to renice the daemon and all its children in config.scm.
>
> Is there a way to do this? 

You could get the PID of the main guix-daemon process (not shown by
‘guix processes’):

  sudo herd status guix-daemon

and then “renice -n 19 -p PID”.

Perhaps we could add an option for this directly in
<guix-configuration>.

Thanks,
Ludo’.

Reply via email to