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

Investigate huge pages #64

Open
fosterbrereton opened this issue Jan 22, 2023 · 0 comments
Open

Investigate huge pages #64

fosterbrereton opened this issue Jan 22, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@fosterbrereton
Copy link
Contributor

Mmap has the ability to use large page sizes to improve performance. (The default page size is 4KiB, an artifact of the 386 days). It is possible to increase page sizes to at least 2MiB:

https://stackoverflow.com/questions/32336694/huge-pages-on-mac-os-x

It would be worth investigating these flags to see if the larger page sizes improve our memory paging throughput.

@fosterbrereton fosterbrereton added the bug Something isn't working label Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants