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]
Includes system buffers in the free memory calculation.
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
Copyright © 2013 CA. All rights reserved. |
|