3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

tests: install: Increase virtual machine RAM.

It seems that 'guix system init' is consuming more than the 800M of RAM
currently allocated. Until this is understood, bump the limit to 1.2G.

Reported here:
https://lists.gnu.org/archive/html/bug-guix/2020-04/msg00519.html

* gnu/tests/install.scm (run-install): Bump RAM to 1.2G.
This commit is contained in:
Mathieu Othacehe 2020-04-29 09:11:24 +02:00
parent f93eebbf9c
commit ae1a0f7583
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -252,7 +252,7 @@ packages defined in installation-os."
(make-marionette
`(,(which #$(qemu-command system))
"-no-reboot"
"-m" "800"
"-m" "1200"
#$@(cond
((string=? "ext4" installation-disk-image-file-system-type)
#~("-drive"