Next | Prev | Up | Top | Contents | Index

Paging Parameters

The paging daemon, vhand, frees up memory as the need arises. This daemon uses a ''least recently used'' algorithm to approximate process working sets and writes those pages out to disks that have not been touched during a specified period of time. The page size is 4K for 32 bit kernels and 16K for 64 bit kernels. When memory gets exceptionally tight, vhand may swap out entire processes.

The vhand program reclaims memory by:

The following tunable parameters determine how often vhand runs and under what conditions. Note that the default values should be adequate for most applications.

The following parameters are included:


bdflushr
gpgsmsk
gpgshi
gpgslo
maxlkmem
maxfc
maxsc
maxdc
minarmem
minasmem
tlbdrop
vfs_syncr
maxpglst

Next | Prev | Up | Top | Contents | Index