Despite the fact that most kernel configuration parameters
are automatically set during installation, you may need to adapt
certain parameters to the needs of your site. This section provides recommendations
for configuring these parameters.
 |
 |  |
 |
 | NOTE: Use SAM to verify (or adapt) kernel parameters. |
 |
 |  |
 |
nfile |
 |
Specifies the maximum number of open files allowed on the
system at any one time.
- Range:
14 to memory-limited
- Default value:
( (16 x (NPROC + 16 + MAXUSERS) / 10) + 32 +
(2 x NPTY) )
If you have an application that uses programmatic access over
X.25 to open a socket descriptor (file descriptor) for each connection
we recommend that you add MAXXDEVS to your current value unless nproc already depends on MAXXDEVS. In this case leave nfile unchanged.
ninode |
 |
Specifies the maximum number of open inodes allowed in the core.
- Range:
14 to memory-limited
- Default value:
( (NPROC + 16 + MAXUSERS) + 32)
Same recommendation that applies to nfile unless nproc already depends upon MAXXDEVS in which case inode can be left as it is.
maxfiles |
 |
Specifies the maximum number of files a process can have open.
- Range:
30 to 2038
- Default value:
60
Same recommendation that applies to nproc.