PARAM.H(7,F) AIX Technical Reference PARAM.H(7,F)
-------------------------------------------------------------------------------
param.h
PURPOSE
Describes system parameters.
SYNOPSIS
#include <sys/param.h>
DESCRIPTION
Parameters vary among systems using the AIX Operating System. For AIX/370 and
AIX PS/2, these parameters are in the /sys/param.h file. The most significant
parameters are:
BSIZE Indicates the kernel buffer size. Both AIX/370 and AIX PS/2 have a
buffer size of 4096 bytes.
NOFILE
Indicates the maximum number of open files allowed per process. This
value is 200.
NCARGS
Indicates the maximum number of characters, including terminating NULLs
that may be passed using the exec system call.
FILE
/usr/include/sys/param.h
Processed November 7, 1990 PARAM.H(7,F) 1