guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Renice the daemon in config.scm


From: Ludovic Courtès
Subject: Re: Renice the daemon in config.scm
Date: Sun, 09 Dec 2018 00:09:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi!

address@hidden 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

[Prev in Thread] Current Thread [Next in Thread]