From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Sorin N(dot) Ciolofan" <ciolofan(at)ics(dot)forth(dot)gr> |
Cc: | pgsql-admin(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org |
Subject: | Re: increasing of the shared memory does not solve the problem of "OUT of shared memory" |
Date: | 2007-05-11 20:26:10 |
Message-ID: | 2873.1178915170@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
"Sorin N. Ciolofan" <ciolofan(at)ics(dot)forth(dot)gr> writes:
> Also I increased the max_locks_per_transaction from 64 to 10 000.
> I still receive the same error form Postgres:
> org.postgresql.util.PSQLException: ERROR: out of shared memory
Did you remember to restart the postmaster after doing that? (pg_ctl
reload isn't good enough, you need an actual restart to enlarge shared
memory.) You can confirm whether it's really taken effect with
"show max_locks_per_transaction".
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Linux Geeks | 2007-05-12 16:47:46 | Moving data directory |
Previous Message | Adam Tauno Williams | 2007-05-11 18:41:37 | Re: increasing of the shared memory does not solve the problem of "OUT of shared memory" |
From | Date | Subject | |
---|---|---|---|
Next Message | Dhaval Shah | 2007-05-11 20:43:52 | Streaming large data into postgres [WORM like applications] |
Previous Message | Jasbinder Singh Bali | 2007-05-11 20:07:10 | Database transaction related |