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

2022-09-06 Thread Gary Lin via Grub-devel
On Tue, Sep 06, 2022 at 04:22:54PM +0800, Gary Lin via Grub-devel wrote: > 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

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

2022-09-06 Thread Gary Lin via Grub-devel
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 filte