Attention is currently required from: Arthur Heymans, Patrick Rudolph. Hello Arthur Heymans, Patrick Rudolph,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/55761
to review the following change.
Change subject: cpu/qemu-x86: Increase heap size ......................................................................
cpu/qemu-x86: Increase heap size
On x86_64, the default heap size is too small when using 32 CPUs.
Change-Id: Ib4f770a7a54d975d213b2456cc7d1ed9151cb6f9 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/cpu/qemu-x86/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/55761/1
diff --git a/src/cpu/qemu-x86/Kconfig b/src/cpu/qemu-x86/Kconfig index 2f961dca..73aadfb 100644 --- a/src/cpu/qemu-x86/Kconfig +++ b/src/cpu/qemu-x86/Kconfig @@ -50,4 +50,7 @@ default 32 if SMM_TSEG default 4
+config HEAP_SIZE + default 0x8000 + endif