Re: could not open file "base/XX/XX": Interrupted system call

Andreas Froede <psql@andreas.spider-net.de>

From: Andreas Froede <psql@andreas.spider-net.de>
To: pgsql-general@lists.postgresql.org
Date: 2025-01-20T14:24:11Z
Lists: pgsql-general
Am 26.12.24 um 12:48 schrieb Slava Shpitalny:

> We are facing a similar problem using a docker from https:// 
> hub.docker.com/_/postgres <https://hub.docker.com/_/postgres> on AWS EC2 
> machine.

In this case it's a docker issue.
By default docker limit the size of shared memory (i think 64M).
You can change this in your dockerfile.

CIAO
andreas