guix-commits
[Top][All Lists]
Advanced

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

01/02: store: default to serial "scheduler"


From: Ludovic Courtès
Subject: 01/02: store: default to serial "scheduler"
Date: Sun, 23 Nov 2014 20:48:52 +0000

civodul pushed a commit to branch master
in repository guix.

commit 8b47758f02415a3563e189f8e90c4fe1b8058e44
Author: nebuli <address@hidden>
Date:   Sat Nov 22 19:16:51 2014 +0100

    store: default to serial "scheduler"
    
    * guix/store.scm (set-build-options): exchange default argument values
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 guix/store.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/store.scm b/guix/store.scm
index bc4c641..571cc06 100644
--- a/guix/store.scm
+++ b/guix/store.scm
@@ -435,14 +435,14 @@ encoding conversion errors."
 (define* (set-build-options server
                             #:key keep-failed? keep-going? fallback?
                             (verbosity 0)
-                            (max-build-jobs (current-processor-count))
+                            (max-build-jobs 1)
                             timeout
                             (max-silent-time 3600)
                             (use-build-hook? #t)
                             (build-verbosity 0)
                             (log-type 0)
                             (print-build-trace #t)
-                            (build-cores 1)
+                            (build-cores (current-processor-count))
                             (use-substitutes? #t)
                             (binary-caches '())) ; client "untrusted" cache 
URLs
   ;; Must be called after `open-connection'.



reply via email to

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