grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] Adjust the default heap size for EFI


From: Gary Lin
Subject: [PATCH 0/2] Adjust the default heap size for EFI
Date: Tue, 6 Sep 2022 16:22:54 +0800

The current default heap size (1MB) is too small for some cases and
causes noticeable delays when loading files. This patch series
reimplements the previous heap size setting to allocate a larger
heap to avoid the some possible delays.

Gary Lin (2):
  kern/efi/mm: Extract function to get the filtered memory map
  kern/efi/mm: Allocate the initial heap based on the available memory

 grub-core/kern/efi/mm.c | 134 +++++++++++++++++++++++++++++++++-------
 1 file changed, 112 insertions(+), 22 deletions(-)

-- 
2.35.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]