Next | Prev | Up | Top | Contents | Index

gpgshi

Description

When the vhand daemon (page handler) is stealing pages, it stops stealing when the amount of free pages is greater than gpgshi.

In other words, vhand starts stealing pages when there are fewer than gpgslo free pages in the system. Once vhand starts stealing pages, it continues until there are gpgshi pages.

If, at boot time, gpgslo and gpgshi are 0, the system sets gpgshi to 8% of the number of pages of memory in the system, and sets gpgslo to one half of gpgshi.

This parameter is specified in /var/sysgen/mtune. For more information, see the kernel parameters gpgsmsk and gpgslo.

Value

Default: 0 (automatically configured to 8% of memory if set to 0)

Range: 30 pages - 1/2 of memory

When to Change


This value is adequate for most systems.

Notes

If this parameter is too small, vhand cannot supply enough free memory for system-wide demand.

Next | Prev | Up | Top | Contents | Index