You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change is being proposed in response to guest kernel panics that
are happening occasionally in the nova-next CI job. In these particular
cases, we see messages like the following in the guest console log dump
[1]:
pci 0000:00:03.6: BAR 13: no space for [io size 0x1000]
pci 0000:00:03.6: BAR 13: failed to assign [io size 0x1000]
which seems to indicate the guest is running out of memory to allocate
to the pcie devices.
This lowers num_pcie_ports to 12 from 24 in an effort to use less
memory.
[1] https://pastebin.com/raw/cVDem0Xr
Change-Id: Ibfa65a00dd91e6c3f28fef837a7e172221f72f42
0 commit comments