Skip to content

Commit 9c55fc4

Browse files
authored
Increase head node memory limit for RayService sample to avoid OOM (#4089)
Signed-off-by: wei-chenglai <[email protected]>
1 parent 09aad7e commit 9c55fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ray-operator/config/samples/ray-service.sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
resources:
7878
limits:
7979
cpu: 2
80-
memory: 2Gi
80+
memory: 5Gi
8181
requests:
8282
cpu: 2
8383
memory: 2Gi

0 commit comments

Comments
 (0)