Commit 6e7d7080 authored by Sukadev Bhattiprolu's avatar Sukadev Bhattiprolu Committed by Kamal Mostafa

UBUNTU: SAUCE: powerpc/pseries: Increase RMA size to 512MB.

BugLink: http://bugs.launchpad.net/bugs/1614309

When trying to boot large kernel and initrd images on large systems
(with hundreds of CPUs and Terabytes of memory), we sometimes run out
of memory for the flattened device tree (FDT).

Increase the memory allocated for the Real Mode Area (RMA) to 512MB to
allow more room for the FDT.
Signed-off-by: default avatarSukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
Acked-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
parent f68e7bb4
...@@ -678,7 +678,7 @@ unsigned char ibm_architecture_vec[] = { ...@@ -678,7 +678,7 @@ unsigned char ibm_architecture_vec[] = {
W(0xffffffff), /* virt_base */ W(0xffffffff), /* virt_base */
W(0xffffffff), /* virt_size */ W(0xffffffff), /* virt_size */
W(0xffffffff), /* load_base */ W(0xffffffff), /* load_base */
W(256), /* 256MB min RMA */ W(512), /* 512MB min RMA */
W(0xffffffff), /* full client load */ W(0xffffffff), /* full client load */
0, /* min RMA percentage of total RAM */ 0, /* min RMA percentage of total RAM */
48, /* max log_2(hash table size) */ 48, /* max log_2(hash table size) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment