Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108916871
D38268.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
542 B
Referenced Files
None
Subscribers
None
D38268.diff
View Options
diff --git a/stand/kboot/main.c b/stand/kboot/main.c
--- a/stand/kboot/main.c
+++ b/stand/kboot/main.c
@@ -151,7 +151,7 @@
main(int argc, const char **argv)
{
void *heapbase;
- const size_t heapsize = 128*1024*1024;
+ const size_t heapsize = 64*1024*1024;
const char *bootdev;
archsw.arch_getdev = kboot_getdev;
@@ -167,7 +167,7 @@
do_init();
/*
- * Setup the heap 15MB should be plenty
+ * Setup the heap, 64MB is minimum for ZFS booting
*/
heapbase = host_getmem(heapsize);
setheap(heapbase, heapbase + heapsize);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 30, 12:57 PM (56 m, 44 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16335080
Default Alt Text
D38268.diff (542 B)
Attached To
Mode
D38268: kboot: Trim initial allocation to 64MB
Attached
Detach File
Event Timeline
Log In to Comment