Re: Repeated semop calls - Mailing list pgsql-general

From hubert depesz lubaczewski
Subject Re: Repeated semop calls
Date
Msg-id CAKrjmhdXhj5gp5jKT2sdmZS3CeagLSSHMXaknvF5EDn+iGNAvg@mail.gmail.com
Whole thread Raw
In response to Repeated semop calls  ("Anand Kumar, Karthik" <Karthik.AnandKumar@classmates.com>)
Responses Re: Repeated semop calls
List pgsql-general
On Thu, Jun 26, 2014 at 10:03 PM, Anand Kumar, Karthik <Karthik.AnandKumar@classmates.com> wrote:
We run postgres 9.3.3 on Centos 6.3, kernel 2.6.32-431.3.1. Every once in a while, we see postgres processes spinning on semop:

it might be long shot, but when we had problems with lots of backends "sitting" in semop, it was solved by:

1. disabling zone_reclaim (echo 0 > /proc/sys/vm/zone_reclaim_mode)
2. disabling transparent hugepage support - this has various names on different kernel/distributions, but "find /sys | grep -i transparent.*hugepage.*enable" will find it, and then just echo never there.

depesz

pgsql-general by date:

Previous
From: Atri Sharma
Date:
Subject: Re: Executing nodenestloop.c
Next
From: Rémi Cura
Date:
Subject: Re: python modul pre-import to avoid importing each time