HP-UX Reference (11i v2 03/08) - 5 Miscellaneous Topics, 7 Device (Special) Files, 9 General Information, Index (vol 9)

m
maxfiles_lim(5) maxfiles_lim(5)
(Tunable Kernel Parameters)
NAME
maxfiles_lim - hard maximum number of file descriptors per process
VALUES
Failsafe
1024
Default
4096
Allowed values
The minimum value allowed is 32. The maximum value allowed is 1048576, or 1M. The value is further
constrained in that it must be equal or greater than the soft limit,
maxfiles, and it should be less than
or equal to half the value of the maximum system-wide number of file descriptors:
nfile (maxfiles <= maxfiles_lim <= nfile/2).
Specify a positive integer value.
Recommended values
At runtime, a warning will be issued if the tunable is set to a value greater than 409600, or 400K. This is
beyond the tested limit.
At runtime, a warning will be issued if the value is not a multiple of the file descriptor chunk (multiple of
8) size. This is not a serious warning, just an information message for the administrator.
DESCRIPTION
maxfiles_lim specifies the system hard limit for the number of file descriptors that a process is
allowed to have for open files at any given time. It is possible for a nonsuperuser process to increase its
soft limit up to this hard limit.
Who Is Expected to Change This Tunable?
Anyone expecting to run applications using large numbers of file descriptors.
Restrictions on Changing
The
maxfiles_lim tunable is dynamic (tuning will take effect immediately on the running system).
Dynamic changes affect all existing processes in the system except:
Processes that have more file descriptors allocated than allowed by the new limit,
Processes that have specifically set their limits through a call to
setrlimit() or ulimit().
When Should the Value of This Tunable Be Raised?
The tunable should be increased when large numbers of file descriptors are expected to be open by
several processes.
What are the Side Effects of Raising the Value?
There is no immediate effect of raising the value of
maxfiles_lim. However, doing so allows any pro-
cess to allocate more file descriptors, potentially consuming more system memory.
When Should the Value of This Tunable Be Lowered?
The value should be lowered to limit the number of open file descriptors per process on a system and
reduce system memory consumption.
What are the Side Effects of Lowering the Value?
Lowering the value of
maxfiles_lim bounds memory consumption due to file descriptors for processes
that are not already over the new limit.
What Other Tunable Values Should Be Changed at the Same Time?
The value assigned to
maxfiles must be less than or equal to the value of maxfiles_lim.
The value of
nfile must be equal to or greater than two times the value of maxfiles_lim.
Kernel checks during tunable setting ensure these restrictions.
HP-UX 11i Version 2: August 2003 1 Hewlett-Packard Company Section 5163