Re: shm

Поиск
Список
Период
Сортировка
От Scott Ribe
Тема Re: shm
Дата
Msg-id 7A7FD3C8-763B-4B29-A6FC-720D4DDB6EB7@elevated-dev.com
обсуждение исходный текст
Ответ на Re: shm  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: shm  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
> On Mar 5, 2020, at 7:51 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> We still allocate a small shm block as a means of counting live backends
> (since the SysV spec includes an "nattch" count but mmap'd segments do
> not provide that info).  Should only be ~50 bytes though.

I recreated the error so I could post it here:

ERROR 53100 (disk_full) could not resize shared memory segment "/PostgreSQL.935653392" to 1048576 bytes: No space left
ondevice 

So something is using shared memory, and wants 1MB chunks. What could that be?

This is on PG 11.7




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

Предыдущее
От: Scott Ribe
Дата:
Сообщение: Re: shm
Следующее
От: Tom Lane
Дата:
Сообщение: Re: shm