On Sun, 9 Jun 2024 at 01:03, Paul Slootman <p...@debian.org> wrote:
> I am running a number of virtual systems under lxc via libvirt.
> This means these systems share the host kernel (not like qemu where a
> whole virtual machine is emulated).
Hi Paul,
  I did the following (as root)

lxc-create --name debtest2 --template download -- --dist debian
--release bookworm --arch amd64
sudo lxc-start --name debtest2
lxc-attach --name debtest2
root@debtest2:/# free
               total        used        free      shared  buff/cache   available
Mem:        32712728       13920    32694744          76        4140    32698808
Swap:        1000444           0     1000444
root@debtest2:/# free -V
free from procps-ng 4.0.2

I'm not seeing this issue at all.

Reply via email to