Home |
Previous Page | Next Page Database Reference > Configuration Parameters >
- onconfig.std
value
- 0
- range of values
- 0 = Off
-1 = Keep all resident and virtual segments resident.
number, where number > 0
= Keep number segments resident.
- if not present
- 0
- takes effect
- When shared memory is initialized
- utilities
- onutil
- refer to
- The following topics in the IBM Informix: Administrator's Guide for
a discussion of residency:
- Resident portion of shared memory in the shared-memory chapter
- Setting database server shared-memory configuration parameters
in the chapter on managing shared memory
The RESIDENT parameter
specifies whether resident and virtual segments of shared memory remain
resident in operating-system physical memory.
Some systems allow you to specify that the resident portion of
shared memory must stay (be resident) in memory at all times. If
your operating system supports forced residency, you can specify
that resident and virtual segments of shared memory not be swapped
to disk.
Warning:
Before you decide to enforce residency, verify that the
amount of physical memory available after satisfying the database
server requirements is sufficient to execute all required operating-system and
application processes.
To modify the RESIDENT parameter dynamically, use the onutil
SET command. Example:
%onutil
RESIDENT 0;
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]