Previous Topic: Configure Warm Start DiscoveryNext Topic: Configure Monitor Aggregation in a Multi-tier Hierarchy


Configure Linux Free Memory Calculation

You can configure how the SystemEDGE calculates free memory on Linux to include system buffers, cached memory, or both in the calcluation.

To configure Linux free memory calcluation, enter the following line in the sysedge.cf file:

linux_freemem_include [buffers] [cached]
buffers

Includes system buffers in the free memory calculation.

cached

Includes disk cached memory in the free memory calculation.

For example, to include both system buffers and disk cached memory in the free memory calcuation, add the following line:

linux_freemem_include buffers cached