Skip to content
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

Update XGBoost extramempercent FAQ #8651

Closed
exalate-issue-sync bot opened this issue May 12, 2023 · 1 comment
Closed

Update XGBoost extramempercent FAQ #8651

exalate-issue-sync bot opened this issue May 12, 2023 · 1 comment
Assignees

Comments

@exalate-issue-sync
Copy link

The XGBoost chapter includes an FAQ that describes setting the extramempercent option to a high value (120 recommended). Update this FAQ with the following text:

This is why the extramempercent option exists, and we recommend setting this to a high value, such as 120. What happens internally is that when you specify node_memory=10G and extramempercent=120, the h2o driver will ask Hadoop for 10G * (1 + 1.2) = 22G of memory. At the same time, the h2o driver will limit the memory used by the container JVM (the h2o node) to 10G, leaving the 10G*120%=12G memory "unused." This memory can be then safely used by XGBoost outside of the JVM. Keep in mind that H2O algorithms will only have access to the JVM memory (10GB), while XGBoost will use the native memory for model training.

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

JIRA Issue Migration Info

Jira Issue: PUBDEV-6989
Assignee: hannah.tillman
Reporter: Angela Bartz
State: Resolved
Fix Version: 3.28.0.1
Attachments: N/A
Development PRs: Available

Linked PRs from JIRA

#3996

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants