Skip to content

Commit 37ad765

Browse files
authored
[release blocker][v1.2.0] Fix HA OOM issue (#2313) (#2336)
1 parent 305afb9 commit 37ad765

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

ray-operator/config/samples/ray-service.high-availability.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
import_path: fruit.deployment_graph
8686
route_prefix: /fruit
8787
runtime_env:
88-
working_dir: "https://github.com/ray-project/test_dag/archive/41d09119cbdf8450599f993f51318e9e27c59098.zip"
88+
working_dir: "https://github.com/ray-project/test_dag/archive/4d2c9a59d9eabfd4c8a9e04a7aae44fc8f5b416f.zip"
8989
deployments:
9090
- name: MangoStand
9191
num_replicas: 2
@@ -113,11 +113,6 @@ spec:
113113
max_replicas_per_node: 1
114114
ray_actor_options:
115115
num_cpus: 0.1
116-
- name: DAGDriver
117-
num_replicas: 2
118-
max_replicas_per_node: 1
119-
ray_actor_options:
120-
num_cpus: 0.1
121116
rayClusterConfig:
122117
rayVersion: '2.34.0' # should match the Ray version in the image of the containers
123118
######################headGroupSpecs#################################
@@ -144,10 +139,10 @@ spec:
144139
resources:
145140
limits:
146141
cpu: 1
147-
memory: 1Gi
142+
memory: 2Gi
148143
requests:
149144
cpu: 1
150-
memory: 1Gi
145+
memory: 2Gi
151146
ports:
152147
- containerPort: 6379
153148
name: gcs-server

0 commit comments

Comments
 (0)