Page MenuHomeFreeBSD

D38268.diff
No OneTemporary

D38268.diff

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

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)

Event Timeline