Skip to content

Increase default memory for agent #7789

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add a todo comment
  • Loading branch information
kvalliyurnatt committed May 10, 2024
commit bac4a9df9aed43bf871c3e623b6759d87dacd414
1 change: 1 addition & 0 deletions pkg/controller/agent/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const (
)

var (
// TODO: Decrease back to 350Mi once https://github.com/elastic/elastic-agent/issues/4730 is addressed
defaultResources = corev1.ResourceRequirements{
Limits: map[corev1.ResourceName]resource.Quantity{
corev1.ResourceMemory: resource.MustParse("400Mi"),
Expand Down