X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/ebb1b9f42b62218f29061826217bb0f71cd375a6..143464d58d2bd6378e74eec636961ceb0d32fb91:/bsd/sys/pipe.h

diff --git a/bsd/sys/pipe.h b/bsd/sys/pipe.h
index f45128bfb..3437710b2 100644
--- a/bsd/sys/pipe.h
+++ b/bsd/sys/pipe.h
@@ -71,6 +71,8 @@
 #define PIPE_SIZE	16384
 #endif
 
+#define PIPE_KVAMAX	(1024 * 1024 * 16)
+
 #ifndef BIG_PIPE_SIZE
 #define BIG_PIPE_SIZE	(64*1024)
 #endif