Skip to content

Commit 459ba95

Browse files
Merge pull request #307000 from MutemwaRMasheke/Oct-docs2
Oct docs2
2 parents e4e51e0 + 466fe83 commit 459ba95

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

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

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

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

3737
### Version 1.29.92.0 - April 2025
3838

39+
#### New features
40+
41+
- 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:
42+
43+
```json
44+
{
45+
"PolicyAgentCpu": 5
46+
}
47+
```
48+
49+
In this case the maximum CPU utilization of the service will be 5%. This can be configured per the needs of the required scenario.
50+
3951
#### Updated
4052

4153
- Migrated to .NET 8
@@ -100,6 +112,18 @@ For information on release notes for the connected machine agent, see
100112

101113
### Version 1.26.87 - April 2025
102114

115+
#### New features
116+
117+
- 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:
118+
119+
```json
120+
{
121+
"PolicyAgentCpu": 5
122+
}
123+
```
124+
125+
In this case the maximum CPU utilization of the service will be 5%. This can be configured per the needs of the required scenario.
126+
103127
#### Updated
104128

105129
- Updated .NET from version 6 to 8

0 commit comments

Comments
 (0)