]> xenbits.xen.org Git - osstest.git/commit
ts-debian-hvm-install: Increase min guest ram size
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 30 Oct 2023 17:09:48 +0000 (17:09 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Thu, 28 Mar 2024 16:51:52 +0000 (16:51 +0000)
commit4369d3fa8e3aded79b980af5a56cb7cb3ed4a870
tree5206c70959e87109c1067c48426c433612cfa7d1
parent9f72d39a30aa33c0c751a3c613e04380d97a9686
ts-debian-hvm-install: Increase min guest ram size

768 MB for the guest isn't enough anymore for Debian Bookworm, at boot
it print this message:

    Low memory
    ----------

    Entering low memory mode

    This system has relatively little free memory, so it will enter low memory
    mode. Among other things, this means that this program will proceed in English.
    You should set up swap space as soon as possible.
    [Press enter to continue]

So, automatic installation fails. An empiric test shows that the min
was 817M for one particular situation (test-amd64-amd64-xl-qemuu-ovmf-amd64)
but we probably need some leg room, so increase to 1 GB.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
ts-debian-hvm-install