guix-commits
[Top][All Lists]
Advanced

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

03/04: tests: docker-system: Increase memory requirement.


From: guix-commits
Subject: 03/04: tests: docker-system: Increase memory requirement.
Date: Mon, 9 Mar 2020 18:47:01 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 0e42a1643ea5a0cc4ddb81687c608ba407fdcdbb
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon Mar 9 23:27:32 2020 +0100

    tests: docker-system: Increase memory requirement.
    
    The system image would no longer fit in memory, starting from commit
    8c7eb58453870f380a077c7cfd8dafa97bb8e13f.
    
    * gnu/tests/docker.scm (run-docker-system-test): Set 'memory-size' to 3500.
---
 gnu/tests/docker.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/tests/docker.scm b/gnu/tests/docker.scm
index 10882b9..5ab33e1 100644
--- a/gnu/tests/docker.scm
+++ b/gnu/tests/docker.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019 Danny Milosavljevic <address@hidden>
-;;; Copyright © 2019 Ludovic Courtès <address@hidden>
+;;; Copyright © 2019, 2020 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -206,7 +206,7 @@ inside %DOCKER-OS."
      ;; load' must be able to store the whole image into memory, hence the
      ;; huge memory requirements.  We should avoid the volatile-root setup
      ;; instead.
-     (memory-size 3000)
+     (memory-size 3500)
      (port-forwardings '())))
 
   (define test



reply via email to

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