Skip to content

Commit eaf99c9

Browse files
sutaakarchipspeak
authored andcommitted
PATCH: Raise head pod memory limit to avoid test instability
1 parent 358db6b commit eaf99c9

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
@@ -138,7 +138,7 @@ func headPodTemplateApplyConfiguration() *corev1ac.PodTemplateSpecApplyConfigura
138138
}).
139139
WithLimits(corev1.ResourceList{
140140
corev1.ResourceCPU: resource.MustParse("500m"),
141-
corev1.ResourceMemory: resource.MustParse("2G"),
141+
corev1.ResourceMemory: resource.MustParse("3G"),
142142
}))))
143143
}
144144

0 commit comments

Comments
 (0)