Re: -DCLOBBER_CACHE_ALWAYS build takes far longer than before

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: -DCLOBBER_CACHE_ALWAYS build takes far longer than before
Дата
Msg-id 21342.1208707333@sss.pgh.pa.us
обсуждение исходный текст
Ответ на -DCLOBBER_CACHE_ALWAYS build takes far longer than before  ("Guillaume Smet" <guillaume.smet@gmail.com>)
Ответы Re: -DCLOBBER_CACHE_ALWAYS build takes far longer than before  ("Guillaume Smet" <guillaume.smet@gmail.com>)
Список pgsql-hackers
"Guillaume Smet" <guillaume.smet@gmail.com> writes:
> While working on our network problems to send the full build result to
> the buildfarm server, I just saw that a full buildfarm run with
> -DCLOBBER_CACHE_ALWAYS option takes nearly 2 hours more than before
> (from ~ 5h40 to 7h30).

It's probably due to the RANDOMIZE_ALLOCATED_MEMORY overhead added here:
> pgsql/src/backend/utils/mmgr/aset.c 1.77

Right now that's on by default in assert-enabled builds.  I'm not
sure if we want to leave it like that for long ...
        regards, tom lane


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

Предыдущее
От: ohp@pyrenet.fr
Дата:
Сообщение: Re: -DCLOBBER_CACHE_ALWAYS build takes far longer than before
Следующее
От: "Guillaume Smet"
Дата:
Сообщение: Re: -DCLOBBER_CACHE_ALWAYS build takes far longer than before