Skip to content

Commit dd74268

Browse files
Introduce CPU configuration for agent extension
Added new CPU configuration feature for the extension.
1 parent c6a5722 commit dd74268

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • articles/governance/machine-configuration/whats-new

articles/governance/machine-configuration/whats-new/agent.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ For information on release notes for the connected machine agent, see
2222

2323
### Version 1.29.92.0 - April 2025
2424

25+
#### New features
26+
27+
- Today our extension uses a maximum of 5% CPU. For cases where this needs to be configured, a configuration file "cpu_config.json" can be written under the path, /var/opt/azcmagent/. This file should contain the following configuration:
28+
29+
```json
30+
{
31+
"PolicyAgentCpu": 5
32+
}
33+
```
34+
35+
In this case the maximum CPU utilization of the service will be 5%. This can be configured per the needs of the required scenario.
36+
2537
#### Updated
2638

2739
- Migrated to .NET 8

0 commit comments

Comments
 (0)