| От | Tom Lane |
|---|---|
| Тема | Re: [GENERAL] ERROR: out of shared memory |
| Дата | |
| Msg-id | 11069.1174966638@sss.pgh.pa.us обсуждение |
| Ответы |
Re: [GENERAL] ERROR: out of shared memory
|
| Список | pgsql-performance |
"Sorin N. Ciolofan" <ciolofan@ics.forth.gr> writes:
> I have to manage an application written in java which call another module
> written in java which uses Postgre DBMS in a Linux environment. I'm new to
> Postgres. The problem is that for large amounts of data the application
> throws an:
> org.postgresql.util.PSQLException: ERROR: out of shared memory
AFAIK the only very likely way to cause that is to touch enough
different tables in one transaction that you run out of lock entries.
While you could postpone the problem by increasing the
max_locks_per_transaction setting, I suspect there may be some basic
application misdesign involved here. How many tables have you got?
regards, tom lane
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера