From c37627a5b9d18dce32536357444d821ce674a46a Mon Sep 17 00:00:00 2001 From: Chris Cottam Date: Thu, 18 Jan 2018 17:08:32 +0000 Subject: [PATCH] not high enough, trying 32MB --- src/common/nbdtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/nbdtypes.h b/src/common/nbdtypes.h index 6e1b124..3e3db22 100644 --- a/src/common/nbdtypes.h +++ b/src/common/nbdtypes.h @@ -16,7 +16,7 @@ /* 1MiB is the de-facto standard for maximum size of header + data */ -#define NBD_MAX_SIZE ( 16 * 1024 * 1024 ) +#define NBD_MAX_SIZE ( 32 * 1024 * 1024 ) #define NBD_REQUEST_SIZE ( sizeof( struct nbd_request_raw ) ) #define NBD_REPLY_SIZE ( sizeof( struct nbd_reply_raw ) )