Re: Memory issues with PostgreSQL 15

Francisco Olarte <folarte@peoplecall.com>

From: Francisco Olarte <folarte@peoplecall.com>
To: Christian Schröder <christian.schroeder@wsd.com>
Cc: "pgsql-general@lists.postgresql.org" <pgsql-general@lists.postgresql.org>, Eric Wong <eric.wong@wsd.com>
Date: 2024-05-30T10:13:50Z
Lists: pgsql-general
On Thu, 30 May 2024 at 09:37, Christian Schröder
<christian.schroeder@wsd.com> wrote:
> Unfortunately, all disks have plenty of free space, so this can be ruled out as a reason.
> I will follow up on the other suggestions from the list.

Do not forget to check all mounted filesystems, not only disks.
Specially /dev/shm, IIRC its mounted size is one limit for posix
shared memory.

Francisco Olarte.