Agent Development
Resource Sizing
Configure CPU and Memory requests for your agents.
Defaults
By default, all agents are provisioned with:
- Requests: 100m CPU, 128Mi Memory
- Limits: 500m CPU, 512Mi Memory
Customizing Resources
You can override these in your `agent.yaml`.
yaml
name: my-heavy-agent
resources:
requests:
cpu: "2"
memory: "4Gi"
limits:
cpu: "4"
memory: "8Gi"