From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: make guix-daemon nice Date: Sat, 23 Jul 2016 11:17:56 -0400 Message-ID: <20160723151756.GB28275@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQygv-0005yC-GW for help-guix@gnu.org; Sat, 23 Jul 2016 11:18:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQygq-0001He-FJ for help-guix@gnu.org; Sat, 23 Jul 2016 11:18:13 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:38277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQygo-0001Gv-Ef for help-guix@gnu.org; Sat, 23 Jul 2016 11:18:08 -0400 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Vincent Legoll Cc: help-guix@gnu.org On Sat, Jul 23, 2016 at 01:25:20PM +0200, Vincent Legoll wrote: > Hello, > > is there a way to configure the guix-daemon with a nice > value so that the background build processes don't make > the system unusable ? This isn't `nice`, but the daemon does take the argument '--cores', which you can use to limit the number of CPU cores used by the daemon. My experience on spinning disks is that the true bottle-neck is disk I/O, so I've used `ionice` when starting the guix-daemon with systemd. I don't know how to make that happen on GuixSD.