-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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] Wrong detection of the space available. #46868
Comments
based on my search, it seems like docker doesn't isolate disk space https://www.google.com/search?q=docker+isolate+disk+space%3F&oq=docker+isolate+disk+space%3F&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIHCAEQIRigATIHCAIQIRigATIHCAMQIRifBTIHCAQQIRifBTIHCAUQIRifBTIHCAYQIRifBTIHCAcQIRifBTIHCAgQIRifBTIHCAkQIRifBdIBCDMzNzBqMGo3qAIAsAIA&sourceid=chrome&ie=UTF-8. How did you set 32GB disk space limit on your container? also what's the command you use to get 32GB disk space? (is it df -h) |
maybe I set wrong mount disk. Sry for confusion. |
close |
I am running in this issue as well I believe. as available space it shows my 4tb, but the available is... a lot less, even though i have a lot of space left, so ray stops while it should not. I dont set any memory limit in the docker compose. and I set ray _memory to 800gb I dont understand whats happening So where does it get available space from? and where does he get total memory from? |
What happened + What you expected to happen
When we run ray in container, ray will have log looks like this
That means the capacity is detected from the host machine (1000GB), while the available gets from the docker file. So although I have 32GB available as it believe the disk is almost full 95%, it still has misleading log.
Versions / Dependencies
latest.
Reproduction script
Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered: