MAXBUF: Difference between revisions

From VSI OpenVMS Wiki
Jump to navigation Jump to search
Created page with "'''MAXBUF''' is a system parameter that sets the maximum allowable size for any single buffered I/O packet. Buffered I/O packets are allocated from the p..."
 
(No difference)

Latest revision as of 09:41, 9 April 2019

MAXBUF is a system parameter that sets the maximum allowable size for any single buffered I/O packet. Buffered I/O packets are allocated from the permanently resident nonpaged dynamic pool. The terminal, mailbox, and printer device drivers are examples of device drivers that perform buffered I/O.

The number of bytes specified in the I/O request plus the size of a driver-dependent and function-dependent header area determine the required buffered I/O packet size. The size of the header area is a minimum of 16 bytes; there is no absolute upper limit. However, this header area is usually a few hundred bytes in size.

The default value on Alpha and Integrity servers continues to be 8192.