Re: Stalls on PGSemaphoreLock

Поиск
Список
Период
Сортировка
От Gudmundsson Martin (mg)
Тема Re: Stalls on PGSemaphoreLock
Дата
Msg-id 2E5766F28426E547AF0A2A870FAE630D22EAC0@SEGOTNC5182-N2.vcn.ds.volvo.net
обсуждение исходный текст
Ответ на Re: Stalls on PGSemaphoreLock  (Pavy Philippe <Philippe.Pavy@worldline.com>)
Список pgsql-performance
Hi Pavy!
What kernel version/RHEL release are you running on the servers you are experiencing these issues?
I'm interested in knowing since I suspect similar issues on some of our database servers.

Best regards, Martin

> -----Original Message-----
> From: pgsql-performance-owner@postgresql.org [mailto:pgsql-performance-
> owner@postgresql.org] On Behalf Of Pavy Philippe
> Sent: den 25 mars 2014 9:10
> To: Matthew Spilich; pgsql-performance@postgresql.org
> Subject: Re: [PERFORM] Stalls on PGSemaphoreLock
>
> Here, we were the transparent hugepage always actif:
>         cat /sys/kernel/mm/redhat_transparent_hugepage/enabled
>         [always] never
>
> We changed to:
> cat /sys/kernel/mm/redhat_transparent_hugepage/enabled
>         always [never]
>
>
>
> For the semaphore, our initial configuration was:
>         cat /proc/sys/kernel/sem
>         250 32000 32 128
>
> And we changed to:
>         cat /proc/sys/kernel/sem
>         5010    641280  5010    128
>



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

Предыдущее
От: Pavy Philippe
Дата:
Сообщение: Re: Stalls on PGSemaphoreLock
Следующее
От: Dave Johansen
Дата:
Сообщение: Partitions and prepared statements?