-
Notifications
You must be signed in to change notification settings - Fork 651
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
PERF-#4713: Stop overriding the ray MacOS object store size limit. #4792
PERF-#4713: Stop overriding the ray MacOS object store size limit. #4792
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4792 +/- ##
==========================================
+ Coverage 85.24% 89.86% +4.61%
==========================================
Files 259 260 +1
Lines 19381 19690 +309
==========================================
+ Hits 16522 17694 +1172
+ Misses 2859 1996 -863
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Overall LGTM, left a few optional questions.
…ize limit. Signed-off-by: mvashishtha <mahesh@ponder.io>
Signed-off-by: mvashishtha <mahesh@ponder.io>
Signed-off-by: mvashishtha <mahesh@ponder.io>
Signed-off-by: mvashishtha <mahesh@ponder.io>
Signed-off-by: mvashishtha <mahesh@ponder.io>
Signed-off-by: mvashishtha <mahesh@ponder.io>
Signed-off-by: mvashishtha <mahesh@ponder.io>
Co-authored-by: jeffreykennethli <jkli@ponder.io>
Signed-off-by: mvashishtha <mahesh@ponder.io>
Signed-off-by: mvashishtha <mahesh@ponder.io>
f117375
to
bbb0444
Compare
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.
Left a couple of comments. Otherwise, LGTM.
@@ -34,6 +35,8 @@ | |||
) | |||
from modin.error_message import ErrorMessage | |||
|
|||
_OBJECT_STORE_TO_SYSTEM_MEMORY_RATIO = 0.6 |
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.
Why is this ratio equal to 0.6?
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.
It's an arbitrary number that has been around for a long time. It goes back to 3542226 from 2019/01/11.
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.
I was just wondering why we specified it equal to this number, i.e. is there any heuristic. If someone is aware of that, it would be good to know.
Co-authored-by: Yaroslav Igoshev <Poolliver868@mail.ru>
What do these changes do?
PERF-#4713: Stop overriding the ray MacOS object store size limit.
flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
git commit -s
docs/development/architecture.rst
is up-to-date