-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Core] Add cached memory to available memory #10020
Conversation
Can one of the admins verify this patch? |
Test FAILed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.available/(1024**3)
My mistake, fixed, thanks a lot. |
@suquark Are there any other problems? Could you please approve this PR so that it can be merged? |
…)" This reverts commit 71d2bde.
Why are these changes needed?
Cached memory should also be considered as available memory.
When I start ray cluster in a machine that has low available mem but high buff/cache memory, a rayOutOfMemoryError is raised.
Related issue number
Checks
scripts/format.sh
to lint the changes in this PR.