Skip to content

Commit 466fe83

Browse files
Document CPU configuration for Linux extension
Added new feature for CPU configuration in the Linux extension.
1 parent dd74268 commit 466fe83

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
@@ -82,6 +82,18 @@ In this case the maximum CPU utilization of the service will be 5%. This can be
8282

8383
### Version 1.26.87 - April 2025
8484

85+
#### New features
86+
87+
- 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:
88+
89+
```json
90+
{
91+
"PolicyAgentCpu": 5
92+
}
93+
```
94+
95+
In this case the maximum CPU utilization of the service will be 5%. This can be configured per the needs of the required scenario.
96+
8597
#### Updated
8698

8799
- Updated .NET from version 6 to 8

0 commit comments

Comments
 (0)