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

From: Andreas Froede <psql(at)andreas(dot)spider-net(dot)de>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: could not open file "base/XX/XX": Interrupted system call
Date: 2025-01-20 14:24:11
Message-ID: 90858646-992c-441f-909c-32cb7c5e01e2@andreas.spider-net.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Froede 2025-01-20 14:30:50 Re: could not open file "base/XX/XX": Interrupted system call
Previous Message Brent Wood 2025-01-19 20:09:48 Re: concatenating hstores in a group by?