]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/pipe.h
xnu-2050.7.9.tar.gz
[apple/xnu.git] / bsd / sys / pipe.h
index f45128bfb467a8e7e56f2e221eacdd5a6a9414ab..3437710b253f8f1c7148472c66f262d80beab005 100644 (file)
@@ -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