Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tZshL-00DyGP-PZ for pgsql-general@arkaria.postgresql.org; Mon, 20 Jan 2025 14:24:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tZshK-002f2R-4q for pgsql-general@arkaria.postgresql.org; Mon, 20 Jan 2025 14:24:14 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tZshJ-002f2I-Q5 for pgsql-general@lists.postgresql.org; Mon, 20 Jan 2025 14:24:14 +0000 Received: from merlin.spider-net.de ([85.214.229.243]) by magus.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1tZshH-000XzD-2C for pgsql-general@lists.postgresql.org; Mon, 20 Jan 2025 14:24:13 +0000 Received: from [192.168.178.25] (pd9ea7c0c.dip0.t-ipconnect.de [217.234.124.12]) by merlin.spider-net.de (Postfix) with ESMTPSA id 9D5CA1E1DDC for ; Mon, 20 Jan 2025 14:24:11 +0000 (UTC) Message-ID: <90858646-992c-441f-909c-32cb7c5e01e2@andreas.spider-net.de> Date: Mon, 20 Jan 2025 15:24:11 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: could not open file "base/XX/XX": Interrupted system call To: pgsql-general@lists.postgresql.org References: <4c859b7d424698b54d617bd888e30ca37d19304b.camel@cybertec.at> <2159f2f698521b0be92ef44e3656edaf72a380f3.camel@gmail.com> Content-Language: en-US, de-DE From: Andreas Froede In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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 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