unlockable_mem Specify minimum amount of memory that is to remain reserved for system overhead and virtual memory management use.
0
0 (system sets to appropriate value)
Specify integer value. For more information, see Specifying Parameter Values.
unlockable_mem defines the minimum amount of memory that is
to always remain available for virtual memory management and system
overhead. Increasing the amount of unlockable memory decreases the
amount of lockable memory because:
unlockable_mem
= lockable memory
Specify unlockable_mem in 4-Kbyte pages. Note that current
amounts of available and lockable memory are listed along with the
physical page size in startup messages, which you can view later by
running /etc/dmesg.
If the value for unlockable_mem exceeds available system
memory, it is set equal to available memory (reducing lockable memory to
zero).
Any call that requires lockable memory may fail if the amount of lockable memory is insufficient. Note that lockable memory is available for virtual memory except when it is locked.
Lockable memory is used for:
plock() system call (see HP-UX
Reference entry plock(2)).
SHM_LOC
command of the shmctl() system call (see
HP-UX Reference entry shmctl(2)).
unlockable_mem must always be less than the total amount of
available memory in the system.