Skip to content

Commit ed26788

Browse files
authored
Merge pull request DataDog#10417 from DataDog/jack.davenport/ecs_agent_cpu
Fix CPU Recommendation for ECS Agent
2 parents b4c8f12 + 1708069 commit ed26788

File tree

1 file changed

+1
-1
lines changed
  • content/en/agent/amazon_ecs

1 file changed

+1
-1
lines changed

content/en/agent/amazon_ecs/apm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ After following the [Amazon ECS agent installation instructions][1], enable trac
2121
{
2222
"name": "datadog-agent",
2323
"image": "gcr.io/datadoghq/agent:latest",
24-
"cpu": 10,
24+
"cpu": 100,
2525
"memory": 256,
2626
"essential": true,
2727
"portMappings": [

0 commit comments

Comments
 (0)