You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ServeConfigs is used to determine whether the RayService controller should send a request to the Ray head to create or update Ray Serve applications. However, the key in the map is not removed after the RayService CR is deleted, causing a memory leak.
Possible solutions:
Add a finalizer to the RayService CR, clean up the cache, and then remove the finalizer.
Use an LRU cache.
Use case
No response
Related issues
No response
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Description
kuberay/ray-operator/controllers/ray/rayservice_controller.go
Line 60 in f3353b2
ServeConfigs
is used to determine whether the RayService controller should send a request to the Ray head to create or update Ray Serve applications. However, the key in the map is not removed after the RayService CR is deleted, causing a memory leak.Possible solutions:
Use case
No response
Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: