summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsilby <silby@FreeBSD.org>2003-08-07 00:03:29 +0000
committersilby <silby@FreeBSD.org>2003-08-07 00:03:29 +0000
commit689c876a9ddef9bf768fdeae6c68fab252583ab3 (patch)
treec0d59044be33a2947217945587638e5a8dee163b
parent023428afce06cb7f268eed26a16af53e5957d03b (diff)
downloadFreeBSD-src-689c876a9ddef9bf768fdeae6c68fab252583ab3.zip
FreeBSD-src-689c876a9ddef9bf768fdeae6c68fab252583ab3.tar.gz
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.
-rw-r--r--sys/sys/pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h
index f28d4ed..7990695 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -44,7 +44,7 @@
#endif
#ifndef SMALL_PIPE_SIZE
-#define SMALL_PIPE_SIZE 4096
+#define SMALL_PIPE_SIZE PAGE_SIZE
#endif
/*
OpenPOWER on IntegriCloud