Re: info on strange error messages on postgresql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: info on strange error messages on postgresql
Дата
Msg-id 29676.1114727084@sss.pgh.pa.us
обсуждение исходный текст
Ответ на info on strange error messages on postgresql  (Joe Maldonado <jmaldonado@webehosting.biz>)
Ответы Re: info on strange error messages on postgresql  (Joe Maldonado <jmaldonado@webehosting.biz>)
Re: info on strange error messages on postgresql  (Joe Maldonado <jmaldonado@webehosting.biz>)
Список pgsql-general
Joe Maldonado <jmaldonado@webehosting.biz> writes:
> I have these messages on my 7.4.7 database log...
> TopMemoryContext: 87494704 total in 10676 blocks; 179400 free (61
> chunks); 87315304 used
> TopTransactionContext: 57344 total in 3 blocks; 648 free (5 chunks);
> 56696 used
> DeferredTriggerXact: 0 total in 0 blocks; 0 free (0 chunks); 0 used
> ...

What's at the top and bottom of that?

PG prints out a memory stats dump like this when it runs out of memory.
The dump itself isn't much use to anyone but a developer; what you want
to look into is what triggered it.  The error message appearing just
after (or maybe just before, I forget) should be relevant.

> followed by about 16GB of the following type of entries...
> pg_temp_1486707494: 2048 total in 1 blocks; 768 free (0 chunks); 1280 used

Could you have been trying to vacuum a ridiculously large number of
tables, or some such?

            regards, tom lane

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

Предыдущее
От: Shelby Cain
Дата:
Сообщение: Increasing statistics results in worse estimates
Следующее
От: Tony Caduto
Дата:
Сообщение: Re: Postgresql and VBA vs Python