Out of memory error

Поиск
Список
Период
Сортировка
От aditya desai
Тема Out of memory error
Дата
Msg-id CAN0SRDGg3-wH+y7bNvJQa7cdR4wY+7AqoeHbV0urVfBCszSCqg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Out of memory error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Hi,
In a trigger function I am creating a temp table . When an update on a table is executed for say 10k rows. I get the below error.

ERROR: out of shared memory
HINT:You might need to increase max_locks_per_transaction
CONTEXT: SQL Statement "created temp table changedinfo(colName varchar(100), oldValue varchar(4000), newValue varchar(4000)

Current value of  max_locks_per_transaction is 64. Do I have to increase this?

Regards,
Aditya.

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

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: performance of analytical query
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Out of memory error