mirror of
https://github.com/qemu/qemu.git
synced 2025-10-30 10:30:10 +00:00
It turns out there are some 64 bit systems that have relatively low
amounts of physical memory available to them (typically CI system).
Even with swapping available a 1GB translation buffer that fills up
can put the machine under increased memory pressure. Detect these low
memory situations and reduce tb_size appropriately.
Fixes:
|
||
|---|---|---|
| .. | ||
| kvm | ||
| stubs | ||
| tcg | ||
| xen | ||
| accel.c | ||
| Kconfig | ||
| Makefile.objs | ||
| qtest.c | ||