Skip to content

[jvm-packages] Fix parameters #11489

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

Merged
merged 7 commits into from
Jun 14, 2025
Merged

[jvm-packages] Fix parameters #11489

merged 7 commits into from
Jun 14, 2025

Conversation

wbo4958
Copy link
Contributor

@wbo4958 wbo4958 commented May 27, 2025

No description provided.

}
if (minCachePageBytes > 0) {
conf.put("min_cache_page_bytes", minCachePageBytes);
}

if (cacheHostRatio > 0.0 && cacheHostRatio <= 1.0) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe use nan as the sentinel value? Also, the cache_host_ratio can be 0 (>=).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good. Done.

@wbo4958
Copy link
Contributor Author

wbo4958 commented Jun 13, 2025

Hi @trivialfis, Could you please help check the CI issue which should have nothing to do with this PR

@trivialfis trivialfis merged commit c05f8f2 into dmlc:master Jun 14, 2025
66 of 67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants