Skip to content

Commit

Permalink
[release blocker][v1.2.0] Fix HA OOM issue (ray-project#2313)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin85421 authored Aug 20, 2024
1 parent 8e3296e commit 3fbce0f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions ray-operator/config/samples/ray-service.high-availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
import_path: fruit.deployment_graph
route_prefix: /fruit
runtime_env:
working_dir: "https://github.com/ray-project/test_dag/archive/41d09119cbdf8450599f993f51318e9e27c59098.zip"
working_dir: "https://github.com/ray-project/test_dag/archive/4d2c9a59d9eabfd4c8a9e04a7aae44fc8f5b416f.zip"
deployments:
- name: MangoStand
num_replicas: 2
Expand Down Expand Up @@ -113,11 +113,6 @@ spec:
max_replicas_per_node: 1
ray_actor_options:
num_cpus: 0.1
- name: DAGDriver
num_replicas: 2
max_replicas_per_node: 1
ray_actor_options:
num_cpus: 0.1
rayClusterConfig:
rayVersion: '2.34.0' # should match the Ray version in the image of the containers
######################headGroupSpecs#################################
Expand All @@ -144,10 +139,10 @@ spec:
resources:
limits:
cpu: 1
memory: 1Gi
memory: 2Gi
requests:
cpu: 1
memory: 1Gi
memory: 2Gi
ports:
- containerPort: 6379
name: gcs-server
Expand Down

0 comments on commit 3fbce0f

Please sign in to comment.