ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
974 stars 330 forks source link

[Feature] Why RayJob Spec can't set EndpointMemory? #2146

Closed meibenjin closed 1 month ago

meibenjin commented 1 month ago

Search before asking

Description

As we know, Ray job cli support --entrypoint_memory flag(https://docs.ray.io/en/latest/cluster/running-applications/job-submission/sdk.html#specifying-cpu-and-gpu-resources).

My question is If there some reason why RayJob Spec can't set entrypointMemory ?

Use case

No response

Related issues

No response

Are you willing to submit a PR?

kevin85421 commented 1 month ago

You can set anything you want in submitterPodTemplate. See https://docs.ray.io/en/latest/cluster/kubernetes/getting-started/rayjob-quick-start.html for more details.

kevin85421 commented 1 month ago

Close this issue. If https://github.com/ray-project/kuberay/issues/2146#issuecomment-2116218259 doesn't answer your question, feel free to let me know and reopen the issue.