2.3 Managing Exadata Capacity Planning Plugin
The Exadata Capacity Planning Plugin uses systemd
units to manage the CPU and memory resources consumed by capacity plugin jobs on the Fleet server.
Enabling the Exadata Capacity Planning Plugin
To enable the plugin, run the following script from the installation directory:
sudo bash /<install_loc>/collection_processing_engine/util/configure_cgroups_capacity.sh --enable
Note:
Root privileges are required to grant the current AHF Linux user permission to manage systemd
units.
Default Resource Limits
When enabled with default settings, all running capacity plugin jobs collectively consume:
- 25% of total CPU resources (equivalent to 1 core on a 4-core system)
- 25% of total system memory
These limits help ensure that capacity jobs do not overwhelm the system and can be adjusted as needed.
Modifying Resource Limits
To change the default limits, use the script with the --reset
option:
sudo bash /<install_loc>/collection_processing_engine/util/configure_cgroups_capacity.sh --reset
Viewing Available Options
To list all available configuration options, run:
sudo bash /<install_loc>/collection_processing_engine/util/configure_cgroups_capacity.sh --help
Option | Description |
---|---|
|
Resets the resource limits to default or provided values (CPU: 25% per core, Memory: 25% of total RAM). Note: The |
|
Enables the resource limits with default or provided settings. |
|
Disables resource limiting and remove |
|
Checks if resource limiting is currently enabled. |
|
Prints this help message and exits. |
Parent topic: Command Line Reference