Mischa <open...@mlst.nl> writes:
> On 2022-12-12 16:36, Dave Voutila wrote: >> Mischa <open...@mlst.nl> writes: >> >>> On 2022-12-12 16:02, Dave Voutila wrote: >>>> Mischa <open...@mlst.nl> writes: >>>> >>>>> Hi Dave, >>>>> Great stuff!! >>>>> Everything is patched, build and booted. >>>>> What is the best way to test this? >>>> Start guests as usual. I'd say the only thing definitively to >>>> manually >>>> check is that they see the same amount of physical memory as >>>> before the >>>> patch. >>> That is indeed different. Before the patch allocating 1G would be >>> displayed as 1G. >>> Now a 1G allocation is 1.3G, 2G is 2.3G, 8G is 8.3G, etc. >>> >> So I can reproduce, how are you measuring it? > > All the VMs with 2.3G have 2G memory allocated. > > root@current:~ # vmctl show > ID PID VCPUS MAXMEM CURMEM TTY OWNER STATE NAME > 41 27026 1 2.3G 328M ttypl root running vm29 > 40 27031 1 2.3G 328M ttypk root running vm28 ...snip... Ah, I see what's going on now. I'll fix and send an updated diff. -dv