$ ulimit -a | grep pipe
pipe size (512 bytes, -p) 8
So on my Linux box I have 8*512 = 4096 byte pipes by default.
Solaris and many other systems have a similar ulimit function.
$ ulimit -a | grep pipe
pipe size (512 bytes, -p) 8
So on my Linux box I have 8*512 = 4096 byte pipes by default.
Solaris and many other systems have a similar ulimit function.