mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
tests: docker: Increase VM building memory size to 1024MiB.
This fixes the following error when running the "docker-system" test: In ice-9/ftw.scm: 553:30 1 (_ #<directory stream db6660>) In unknown file: 0 (readdir #<directory stream db6660>) ERROR: In procedure readdir: In procedure readdir: Cannot allocate memory * gnu/tests/docker.scm (%test-docker-system): Bump image building VM memory size to 1024 MiB.
This commit is contained in:
parent
98bf60bf4f
commit
e1a4652099
1 changed files with 2 additions and 1 deletions
|
@ -303,5 +303,6 @@ (define %test-docker-system
|
|||
(inherit (simple-operating-system))
|
||||
;; Use locales for a single libc to
|
||||
;; reduce space requirements.
|
||||
(locale-libcs (list glibc))))
|
||||
(locale-libcs (list glibc)))
|
||||
#:memory-size 1024)
|
||||
run-docker-system-test)))))
|
||||
|
|
Loading…
Reference in a new issue