You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/
The text was updated successfully, but these errors were encountered: