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

Add support for huge pages for Linux #9001

Open
andrii0lomakin opened this issue Aug 30, 2019 · 0 comments
Open

Add support for huge pages for Linux #9001

andrii0lomakin opened this issue Aug 30, 2019 · 0 comments
Assignees

Comments

@andrii0lomakin
Copy link
Member

andrii0lomakin commented Aug 30, 2019

Add support of huge pages for Linux to minimize the number of page lookups.
According to reports that can dramatically increase TPs in case of big amount of memory.

Bellow is a set of links to read:
https://www.percona.com/blog/2018/12/20/benchmark-postgresql-with-linux-hugepages/
http://man7.org/linux/man-pages/man2/madvise.2.html
https://www.oracle.com/technetwork/java/javase/tech/largememory-jsp-137182.html
https://www.percona.com/blog/2018/08/29/tune-linux-kernel-parameters-for-postgresql-optimization/

@andrii0lomakin andrii0lomakin added this to the 3.0.x milestone Aug 30, 2019
@andrii0lomakin andrii0lomakin self-assigned this Aug 30, 2019
@andrii0lomakin andrii0lomakin removed this from the 3.0.x milestone Sep 26, 2019
@andrii0lomakin andrii0lomakin changed the title Add support of huge pages for Linux Add support for huge pages for Linux Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant