Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107374478
D33598.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
474 B
Referenced Files
None
Subscribers
None
D33598.diff
View Options
Index: stand/efi/loader/efi_main.c
===================================================================
--- stand/efi/loader/efi_main.c
+++ stand/efi/loader/efi_main.c
@@ -92,7 +92,7 @@
(void)console_control->SetMode(console_control,
EfiConsoleControlScreenText);
- heapsize = 64 * 1024 * 1024;
+ heapsize = 128 * 1024 * 1024;
status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
EFI_SIZE_TO_PAGES(heapsize), &heap);
if (status != EFI_SUCCESS) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 14, 5:59 AM (21 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15791612
Default Alt Text
D33598.diff (474 B)
Attached To
Mode
D33598: loader: efi: Bump the heap from 64 to 128MB.
Attached
Detach File
Event Timeline
Log In to Comment