Re: High SYS CPU - need advise

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: High SYS CPU - need advise
Дата
Msg-id CAMkU=1z78o4+vXH-dFKb3GZ+1mfEeqQrWBJh-Jpuk03Ha7nOHQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: High SYS CPU - need advise  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: High SYS CPU - need advise  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general
On Tue, Nov 20, 2012 at 8:03 AM, Merlin Moncure <mmoncure@gmail.com> wrote:
> On Tue, Nov 20, 2012 at 9:02 AM, Shaun Thomas <sthomas@optionshouse.com> wrote:
>> On 11/16/2012 02:31 PM, Merlin Moncure wrote:
>>
>>> no single thing really stands out -- contention is all over the place.
>>> lwlock, pinbuffer, dynahash (especially).  I am again suspicious of
>>> bad scheduler interaction.  any chance we can fire up pgbouncer?
>>
>>
>> Just want to throw it out there, but we've been having really bad luck with
>> the scheduler recently. But only when we use 8GB (on our 72GB system) for
>> shared_buffers. Cut that down to 4GB, and everything is fine and dandy.
>>
>> I think the kernel devs have added in some overzealous scheduler code on us.
>
> Shared buffer manipulation changing contention is suggesting you're
> running into free list lock issues.

I wouldn't expect so.  Increasing shared_buffers should either fix
free list lock contention, or leave it unchanged, not make it worse.
Sounds more like that NUMA/interleave/zone reclaim stuff I could never
wrap my head around.

Cheers,

Jeff


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

Предыдущее
От: Harry
Дата:
Сообщение: Performance Testing Metrics
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: High SYS CPU - need advise