-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
Fix Plasma starting failure when specify the memory in float value. #2337
Fix Plasma starting failure when specify the memory in float value. #2337
Conversation
Test PASSed. |
Test PASSed. |
Test PASSed. |
Instead of modifying ray/python/ray/plasma/plasma.py Line 24 in bb1d7ea
|
Test PASSed. |
Test FAILed. |
14c952d
to
8d6f111
Compare
Test FAILed. |
Test PASSed. |
Thanks, @robertnishihara . |
What do these changes do?
When we set a float value to object_store_memory to do ray.init(object_store_memory=XXX), Plasma store won't start. We need to guarantee that object_store_memory is an integer.
Related issue number
2333