1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-01 18:14:01 +02:00

tests: install: Increase memory for installation of desktops.

The memory requirements seem to have increased, the test now consistently
fails with 1.2 GB.

Change-Id: I766cbe75fa6f09e513157f6f9e954dd2502d8c7a
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Merges: #6248
This commit is contained in:
Rutherther
2026-02-09 08:01:42 +01:00
parent 43476286a4
commit d79791dcd9
+6 -2
View File
@@ -240,12 +240,14 @@ reboot\n")
(installation-image-type 'mbr-raw)
(install-size 'guess)
(target-size (* 2200 MiB))
(memory "1200")
(number-of-disks 1))
"Run SCRIPT (a shell script following the system installation procedure) in
OS to install TARGET-OS. Return the VM disk images of TARGET-SIZE bytes
containing the installed system. PACKAGES is a list of packages added to OS.
NUMBER-OF-DISKS can be used to specify a number of disks different than one,
such as for RAID systems."
such as for RAID systems. The VM running the installation is ran with -m
MEMORY."
(mlet* %store-monad ((_ (set-grafting #f))
(system (current-system))
@@ -300,7 +302,7 @@ such as for RAID systems."
"-cpu" "host")
'())
"-no-reboot"
"-m" "1200"
"-m" #$memory
,@(if #$uefi-firmware
'("-bios" #$uefi-firmware)
'())
@@ -2090,6 +2092,7 @@ build (current-guix) and then store a couple of full system images.")
(encrypted? #f)
(uefi-support? #f)
target-os
(installer-memory "2048")
(install-size 'guess)
(target-size (* 2200 MiB)))
(system-test
@@ -2104,6 +2107,7 @@ build (current-guix) and then store a couple of full system images.")
#:uefi-support? uefi-support?
#:install-size install-size
#:target-size target-size
#:memory installer-memory
#:installation-image-type
'uncompressed-iso9660
#:gui-test