unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/4] store: default to serial "scheduler"
       [not found] ` <CAJ41eew-1dsguJZwN-1SYsfOgY1A2uVgKPxnL5nxP2WnLhCdqw@mail.gmail.com>
@ 2014-11-22 22:34   ` Deck Pickard
  0 siblings, 0 replies; only message in thread
From: Deck Pickard @ 2014-11-22 22:34 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 768 bytes --]

* guix/store.scm (set-build-options): exchange default argument values
---
guix/store.scm | 4 ++--
1 file 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'.
-- 
2.1.2

[-- Attachment #2: Type: text/html, Size: 924 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-22 22:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <4264108163499671162@unknownmsgid>
     [not found] ` <CAJ41eew-1dsguJZwN-1SYsfOgY1A2uVgKPxnL5nxP2WnLhCdqw@mail.gmail.com>
2014-11-22 22:34   ` [PATCH 1/4] store: default to serial "scheduler" Deck Pickard

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).