Skip to content

Commit

Permalink
Disable Ray memory monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
sandratatarevicova committed Oct 18, 2022
1 parent b19bb0a commit 88c9846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/ray/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for deployments of Ray on Kubernetes.
type: application

# Chart version.
version: 0.1.0-23
version: 0.1.0-24

# Ray version.
appVersion: "latest"
2 changes: 2 additions & 0 deletions deploy/charts/ray/templates/raycluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ spec:
{{- end }}
- name: RAY_BACKEND_LOG_LEVEL
value: fatal
- name: RAY_DISABLE_MEMORY_MONITOR
value: "1"
# This volume allocates shared memory for Ray to use for its plasma
# object store. If you do not provide this, Ray will fall back to
# /tmp which cause slowdowns if is not a shared memory volume.
Expand Down

0 comments on commit 88c9846

Please sign in to comment.