Increase SMALL_PIPE_SIZE from 4096 to PAGE_SIZE.

Sorry people with 8K pages, this could be have been causing some of the
resent panics under heavy pipe load.
This commit is contained in:
silby 2003-08-07 00:03:29 +00:00
parent 023428afce
commit 689c876a9d

View File

@ -44,7 +44,7 @@
#endif
#ifndef SMALL_PIPE_SIZE
#define SMALL_PIPE_SIZE 4096
#define SMALL_PIPE_SIZE PAGE_SIZE
#endif
/*