| От | Tom Lane |
|---|---|
| Тема | Re: Huge pages not working on PG 9.4 |
| Дата | |
| Msg-id | 28981.1421452694@sss.pgh.pa.us обсуждение |
| Ответ на | Re: Huge pages not working on PG 9.4 (Michael Heaney <mheaney@jcvi.org>) |
| Ответы |
Re: Huge pages not working on PG 9.4
|
| Список | pgsql-admin |
Michael Heaney <mheaney@jcvi.org> writes:
>> FATAL: huge pages not supported on this platform
> <sigh> Nope, that didn't make any difference. Since I compile my own
> binary,
> I'm wondering if there's something that 'configure' didn't set properly.
A quick look at the PG source code says that that message means that
MAP_HUGETLB isn't defined. Our code is expecting <sys/mman.h> to provide
that symbol, which it should do by default according to what I can see on
my RHEL 6.6 box. Perhaps you've defined some of the feature restriction
macros like _POSIX_SOURCE?
regards, tom lane
В списке pgsql-admin по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера