Re: 13.4 on RDS, SSL SYSCALL EOF on restore

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: 13.4 on RDS, SSL SYSCALL EOF on restore
Дата
Msg-id 202110082245.4wq5lie5euyx@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: 13.4 on RDS, SSL SYSCALL EOF on restore  (Wells Oliver <wells.oliver@gmail.com>)
Ответы Re: 13.4 on RDS, SSL SYSCALL EOF on restore  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-admin
On 2021-Oct-08, Wells Oliver wrote:

> Dug out some more logging:

> 2021-10-08 20:35:08 UTC::@:[12682]:LOG:  server process (PID 3970) was terminated by signal 9: Killed
> 2021-10-08 20:35:08 UTC::@:[12682]:DETAIL:  Failed process was running: CREATE INDEX ...

So what's happening here is that the instance is running out of RAM
while creating some index, and the kernel is killing the process.  I
would probably blame the combination of shared_buffers=4GB with
maintenance_work_mem=2GB, together with the instance's total RAM.

I would suggest to keep an eye on memory usage (if there is such a
thing) in the RDS console; with some experimentation, reducing
maintenace_work_mem as Bruce adviced and/or shared_buffers, you can
probably find some combination that doesn't take as long as with the
default params but is able to complete.

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: 13.4 on RDS, SSL SYSCALL EOF on restore
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: 13.4 on RDS, SSL SYSCALL EOF on restore