Next | Prev | Up | Top | Contents | Index

rsshogfrac

Description

The number of physical memory pages occupied by a process at any given time is called its resident set size (RSS). The limit to the RSS of a process is determined by its allowable memory-use resource limit. rsshogfrac is designed to guarantee that even if one or more processes are exceeding their RSS limit, some percentage of memory is always kept free so that good interactive response is maintained.

Processes are permitted to exceed their RSS limit until either:

Value

Default: 75% of total memory

Range: 0-100% of total memory

When to Change


The default value is adequate for most systems.

Next | Prev | Up | Top | Contents | Index