how big is a pipe?

M.J.Shannon mjs at sfmag.UUCP
Sat Oct 19 13:06:45 AEST 1985


> According to the 3b2 admin guide you must allow 1076 bytes
> per buffer in the buffer pool.  I imagine that this is
> 1024 bytes of data + overhead.
> -- 
> Made in New Zealand -->		Brent Callaghan

The overhead is not part of the buffer data area, it is "sizeof (struct buf)",
the data structure the kernel uses to manage bufers and queues of same.  The
reference to the additional storage is to used in considering the cost in
kernel data space of each buffer.
-- 
	Marty Shannon
UUCP:	ihnp4!attunix!mjs
Phone:	+1 (201) 522 6063
Disclaimer: I speak for no one.



More information about the Comp.unix.wizards mailing list