Skip to content

Commit

Permalink
PATCH: Raise head pod memory limit to avoid test instability
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaakar committed Aug 14, 2024
1 parent b0225b3 commit d490ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ray-operator/test/e2e/support.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func headPodTemplateApplyConfiguration() *corev1ac.PodTemplateSpecApplyConfigura
}).
WithLimits(corev1.ResourceList{
corev1.ResourceCPU: resource.MustParse("500m"),
corev1.ResourceMemory: resource.MustParse("2G"),
corev1.ResourceMemory: resource.MustParse("3G"),
}))))
}

Expand Down

0 comments on commit d490ea6

Please sign in to comment.