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

page: Add default hugepage support on Linux #7

Open
joshlf opened this issue Aug 31, 2017 · 3 comments
Open

page: Add default hugepage support on Linux #7

joshlf opened this issue Aug 31, 2017 · 3 comments

Comments

@joshlf
Copy link
Collaborator

joshlf commented Aug 31, 2017

Currently, priv_default_hugepage on Linux always returns None.

Implementing it consists of parsing /proc/meminfo looking for a line of the form Hugepagesize: xxx kB. What makes this tricky is that it has to be done using only libc, and without heap allocation.

Mentor: @joshlf

@joshlf
Copy link
Collaborator Author

joshlf commented Aug 31, 2017

@gmjosack Do you mind if I submit this issue to This Week in Rust's call for participation section?

@gmjosack
Copy link
Member

gmjosack commented Aug 31, 2017 via email

@joshlf
Copy link
Collaborator Author

joshlf commented Aug 31, 2017

@gmjosack Awesome! Would you be OK giving me write access to this repo so that I can manipulate issue labels? Call for Participation issues are supposed to have experience level labels (easy/medium/hard).

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