[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Max memory on VM (debian bullseye)
From: |
Wilm Boerhout |
Subject: |
RE: Max memory on VM (debian bullseye) |
Date: |
Wed, 19 Apr 2023 18:27:11 +0200 |
(Bangs forehead to wall). I have been working too long with Raspberry Pi's with
64 bit Debian. I never noticed that the laptop runs a 32-bit version of Debian
now.
Back to the drawing board.
Thanks for the time you saved me!
Wilm
-----Original Message-----
From: Peter Maydell <peter.maydell@linaro.org>
Sent: Wednesday, April 19, 2023 6:16 PM
To: Wilm Boerhout <wboerhout@gmail.com>
Cc: Qemu-discuss <qemu-discuss@nongnu.org>; Narcis Garcia
<narcisgarcia@gilug.org>
Subject: Re: Max memory on VM (debian bullseye)
On Wed, 19 Apr 2023 at 17:14, Wilm Boerhout <wboerhout@gmail.com> wrote:
> Thank you Narcis for your attention. Pc.ram is in the error message. And the
> difference between GB and GiB is not the issue.
>
> I tried binging memory down from 12 GB, and only when it was 1 GB, it would
> start the VM. Is there a restriction somewhere that I am not aware of?
> Fout bij starten van domein: internal error: qemu unexpectedly closed
> the monitor: 2023-04-19T16:11:28.206086Z qemu-system-i386: -object
> memory-backend-ram,id=pc.ram,size=12884901888: cannot set up guest
> memory 'pc.ram': Invalid argument
qemu-system-i386 is the binary for 32-bit QEMU x86 targets. There is always
going to be a restriction on the amount of memory it can use, because it's
32-bit. If you want as much as 12GB of RAM, don't you want qemu-system-x86_64
(and probably also a 64-bit guest) ?
thanks
-- PMM