aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/userboot/userboot/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/userboot/userboot/main.c')
-rw-r--r--sys/boot/userboot/userboot/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/userboot/userboot/main.c b/sys/boot/userboot/userboot/main.c
index 4c504005dda1..4fcf047e1dad 100644
--- a/sys/boot/userboot/userboot/main.c
+++ b/sys/boot/userboot/userboot/main.c
@@ -46,7 +46,7 @@ static int userboot_zfs_found;
/* Minimum version required */
#define USERBOOT_VERSION USERBOOT_VERSION_3
-#define MALLOCSZ (10*1024*1024)
+#define MALLOCSZ (64*1024*1024)
struct loader_callbacks *callbacks;
void *callbacks_arg;