Skip to content

Commit a5ee044

Browse files
sutaakarkryanbeane
authored andcommitted
PATCH: Raise head pod memory limit to avoid test instability
1 parent d58faa9 commit a5ee044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ray-operator/test/e2e/support.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func headPodTemplateApplyConfiguration() *corev1ac.PodTemplateSpecApplyConfigura
137137
}).
138138
WithLimits(corev1.ResourceList{
139139
corev1.ResourceCPU: resource.MustParse("500m"),
140-
corev1.ResourceMemory: resource.MustParse("2G"),
140+
corev1.ResourceMemory: resource.MustParse("3G"),
141141
}))))
142142
}
143143

0 commit comments

Comments
 (0)