NAME
aio_listio_max — the maximum number of POSIX asynchronous I/O operations that can be specified in a listio() call
VALUES
Default
256
Specify an integer value.
DESCRIPTION
This parameter places a limit on the system resources
that can be consumed
if a large number of POSIX asynchronous I/O operations are
requested in a single
listio()call.
The value should be set large enough
to meet system programming needs
while protecting the system against
excessive asynchronous I/O operations
initiated by a malfunctioning process.
The value specified must not exceed the value of
aio_max_ops
(see
aio_max_ops(5)).
WARNINGS
All HP-UX kernel tunable parameters are release specific.
This parameter may be removed or have its meaning changed in
future releases of HP-UX.
AUTHOR
aio_listio_max
was developed by HP.
SEE ALSO
aio(5),
aio_max_ops(5).