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

System lag after turning on ept #37

Open
1401199262 opened this issue Sep 13, 2023 · 1 comment
Open

System lag after turning on ept #37

1401199262 opened this issue Sep 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@1401199262
Copy link

The system becomes lag after turning on ept.
CPU i9-13980HX with 32GB memory and I set ept_pd_count = 512;

after I splited the first 2mb physical memory into small page, this problem seems not to appear, maybe it's related to MMIO.

I simply add get_ept_pte(ept, 0, true); at
prepare_ept(vcpu_ept_data& ept)
or reconstruct the first 2mb large page to small page.

@jonomango
Copy link
Owner

Thats actually pretty interesting, thanks. I have something similar on my TODO list already, but haven't gotten around to implementing it yet... https://github.com/jonomango/hv/blob/main/hv/ept.cpp#L42-L44.

@jonomango jonomango added the enhancement New feature or request label Sep 20, 2023
@1337331 1337331 mentioned this issue Oct 8, 2024
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

2 participants