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:
parent
023428afce
commit
689c876a9d
@ -44,7 +44,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef SMALL_PIPE_SIZE
|
||||
#define SMALL_PIPE_SIZE 4096
|
||||
#define SMALL_PIPE_SIZE PAGE_SIZE
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user