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

Use 2MB EPT pages by default #6

Closed
wbenny opened this issue Aug 30, 2018 · 0 comments
Closed

Use 2MB EPT pages by default #6

wbenny opened this issue Aug 30, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@wbenny
Copy link
Owner

wbenny commented Aug 30, 2018

It would be nice to initially cover whole memory with 2MB pages and eventually split desired pages into 4KB pages on demand. There are several benefits:

  • walking through such page hierarchy is faster
  • this solution will require less memory
  • ept_t::map_identity() will finish much faster
@wbenny wbenny added the enhancement New feature or request label Aug 30, 2018
@wbenny wbenny closed this as completed in ce837f5 Sep 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant