patch: add MAP_HUGETLB to mmap() where supported (WIP)

Поиск
Список
Период
Сортировка
От Richard Poole
Тема patch: add MAP_HUGETLB to mmap() where supported (WIP)
Дата
Msg-id 20130913234125.GC13697@roobarb.crazydogs.org
обсуждение исходный текст
Ответы Re: patch: add MAP_HUGETLB to mmap() where supported (WIP)  (Peter Eisentraut <peter_e@gmx.net>)
Re: patch: add MAP_HUGETLB to mmap() where supported (WIP)  (Heikki Linnakangas <hlinnakangas@vmware.com>)
[PATCH] Use MAP_HUGETLB where supported (v3)  (Abhijit Menon-Sen <ams@2ndquadrant.com>)
Список pgsql-hackers
The attached patch adds the MAP_HUGETLB flag to mmap() for shared memory
on systems that support it. It's based on Christian Kruse's patch from
last year, incorporating suggestions from Andres Freund.

On a system with 4GB shared_buffers, doing pgbench runs long enough for
each backend to touch most of the buffers, this patch saves nearly 8MB of
memory per backend and improves performances by just over 2% on average.

It is still WIP as there are a couple of points that Andres has pointed
out to me that haven't been addressed yet; also, the documentation is
incomplete.

Richard

--
Richard Poole                 http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Marko Tiikkaja
Дата:
Сообщение: Re: plpgsql.print_strict_params
Следующее
От: Robert Haas
Дата:
Сообщение: Re: ENABLE/DISABLE CONSTRAINT NAME