]> git.ipfire.org Git - thirdparty/grub.git/commit
efi: Increase default memory allocation to 32 MiB
authorDaniel Axtens <dja@axtens.net>
Mon, 19 Sep 2022 14:30:30 +0000 (00:30 +1000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 4 Oct 2022 15:06:25 +0000 (17:06 +0200)
commit75e38e86e7d9202f050b093f20500d9ad4c6dad9
tree63b44c04c6b487e2d21069cd19b1614e2dbe650a
parentf42266a8a2a4215e4ffe419b8092bdf9ced33e8e
efi: Increase default memory allocation to 32 MiB

We have multiple reports of things being slower with a 1 MiB initial static
allocation, and a report (more difficult to nail down) of a boot failure
as a result of the smaller initial allocation.

Make the initial memory allocation 32 MiB.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/kern/efi/mm.c