We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecdccb commit a55a755Copy full SHA for a55a755
arch/powerpc/kernel/prom_init.c
@@ -1061,7 +1061,7 @@ static const struct ibm_arch_vec ibm_architecture_vec_template __initconst = {
1061
.virt_base = cpu_to_be32(0xffffffff),
1062
.virt_size = cpu_to_be32(0xffffffff),
1063
.load_base = cpu_to_be32(0xffffffff),
1064
- .min_rma = cpu_to_be32(512), /* 512MB min RMA */
+ .min_rma = cpu_to_be32(768), /* 768MB min RMA */
1065
.min_load = cpu_to_be32(0xffffffff), /* full client load */
1066
.min_rma_percent = 0, /* min RMA percentage of total RAM */
1067
.max_pft_size = 48, /* max log_2(hash table size) */
0 commit comments