The default maximum memory usage for the Data Aggregator and the Data Collector components is not sufficient. To run effectively in a large-scale deployment, modify the maximum memory usage for Data Aggregator and for Data Collector. This modification can be done during or after the installation process. By default, the memory usage for Data Aggregator and Data Collector is 2 GB.
Important! The memory modifications in this procedure assume that Data Aggregator and Data Collector are installed on separate computers. This procedure also assumes that those computers are dedicated only to the installation of these components.
Follow these steps:
more /proc/meminfo
The total memory usage is displayed.
Indicates the maximum amount of memory. number is a whole, positive number, and unit is “G” or “M”. Subtract 2 GB from the total memory you noted previously and enter it here. 2 GB are reserved for other operating system operations.
For example: 33544320 KB - 2G = 30 GB
IM_MAX_MEM=30G
For example:
IM_MAX_MEM=4G
service dadaemon start
Data Aggregator starts and synchronizes with CA Performance Center automatically.
For example:
da.memory=4G
Indicates the maximum amount of memory. number is a whole, positive number, and unit is “G” or “M”. Subtract 2 GB from the total memory you noted previously and enter it here. 2 GB are reserved for other operating system operations.
For example: 33544320 KB - 2G = 30 GB
IM_MAX_MEM=30G
For example:
IM_MAX_MEM=4G
service dcmd start
For example:
IM_MAX_MEM=4G
The maximum amount of memory is configured for large-scale deployments.
Example: Configure the Maximum Memory Usage for Data Aggregator After You Install Data Aggregator
The following example configures the maximum memory usage for Data Aggregator where the total memory is 3354432 KB:
more /proc/meminfo
The following result displays:
MemTotal: 33554432KB
Equation: total memory - 2G = maximum memory for large-scale deployments
Solution: 3354432 KB - 2G = 30G
IM_MAX_MEM=30G
The maximum amount of memory is modified for large-scale deployments.
Copyright © 2015 CA Technologies.
All rights reserved.
|
|