Re: shared memory leak in 7.0.2? - Mailing list pgsql-sql

From Tom Lane
Subject Re: shared memory leak in 7.0.2?
Date
Msg-id 12490.967471440@sss.pgh.pa.us
Whole thread Raw
In response to shared memory leak in 7.0.2?  (pierre@kahuna.versions.com)
List pgsql-sql
pierre@kahuna.versions.com writes:
>   i've been running 7.0.2 for the last month or so, and I've had to
> reboot my redhat linux box twice to clear up a shared memory leak
> issue. Essentially with the DB running for about 2weeks with large
> amounts of usage, eventually the Os runs out of shared memory and the
> db crashes and fails to restart. The only way to get the db back
> online is to reboot.

I haven't seen this reported before.  Are you sure Postgres deserves
the blame, rather than some other package?  Postgres' use of shared
memory is fixed for the life of a postmaster, so unless you're
constantly restarting the postmaster I don't see how we could be leaking
shmem.

However, rather than speculate, let's get some hard facts.  Try using
"ipcs -m -a" to keep track of shared mem allocations, and see what usage
is creeping up over time.
        regards, tom lane


pgsql-sql by date:

Previous
From: Christopher Sawtell
Date:
Subject: Re: Tutorial
Next
From: Tom Lane
Date:
Subject: Re: shared memory leak in 7.0.2?