]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
macro: bump MAX_GRBUF_SIZE to 2 mb 3593/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Mon, 7 Dec 2020 10:28:42 +0000 (11:28 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 7 Dec 2020 14:39:06 +0000 (15:39 +0100)
Closes #3592.
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/macro.h

index c8e810a3dc3d4544c2c3a7ef807d04cdfe0f8684..3dff01941641186270fd0842f6c70e3de7bbcbcc 100644 (file)
@@ -26,7 +26,7 @@
 #endif
 
 #ifndef MAX_GRBUF_SIZE
-#define MAX_GRBUF_SIZE 65536
+#define MAX_GRBUF_SIZE 2097152
 #endif
 
 #define INT64_FMT "%" PRId64